Changeset 508 for trunk/client/src/debug.c
- Timestamp:
- Jan 3, 2011, 5:29:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/debug.c
r499 r508 53 53 struct stat filestat; 54 54 55 // do we have to log at all 56 if (!debuglvl(level))55 // do we have to log at all (not needed atm) 56 /* if (!debuglvl(level)) 57 57 { 58 58 return; 59 } 59 }*/ 60 60 61 61 // if the file ndpsmb.dbg is around we write a logfile
Note:
See TracChangeset
for help on using the changeset viewer.