Changeset 9017


Ignore:
Timestamp:
02/11/08 15:16:03 (5 years ago)
Author:
eko
Message:

some syslog traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/ttraff.c

    r9015 r9017  
    118118  static char wanface[32]; 
    119119  char line[256]; 
    120   unsigned long trin = 0; 
    121   unsigned long trout = 0; 
    122120  unsigned long in_dev = 0; 
    123121  unsigned long out_dev = 0; 
     
    135133 
    136134/* now we can loop and collect data */ 
     135 
     136  syslog (LOG_DEBUG, "ttraff: data collection started\n"); 
    137137 
    138138  do 
     
    212212     commited = 1; 
    213213     needcommit = 0; 
     214     syslog (LOG_DEBUG, "ttraff: data for %s-%s-%s commited to nvram\n", year, month, day); 
    214215   } 
    215216    
Note: See TracChangeset for help on using the changeset viewer.