Changeset 497 for branches/client-2.0/src/debug.c
- Timestamp:
- Dec 13, 2010, 4:05:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.0/src/debug.c
r439 r497 51 51 struct stat filestat; 52 52 53 // do we have to log at all 54 if (!debuglvl(level)) 55 { 56 return; 57 } 58 53 59 // if the file ndpsmb.dbg is around we write a logfile 54 60 if (!debugfile[0]) … … 80 86 } /* endif */ 81 87 82 if (!debuglvl(level))83 {84 return;85 }86 88 do 87 89 {
Note:
See TracChangeset
for help on using the changeset viewer.