Changeset 448 for branches/client-1.6/src/debug.c
- Timestamp:
- Apr 23, 2010, 10:04:41 AM (16 years ago)
- File:
-
- 1 edited
-
branches/client-1.6/src/debug.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.6/src/debug.c
r447 r448 29 29 #include <sys/time.h> 30 30 #include <sys/stat.h> 31 #include " version.h"31 #include "version.h" 32 32 33 33 int debuglevel = 9; // we set it to 9, so we get all messages … … 107 107 if (firstLogLine) 108 108 { 109 fprintf(f, "Samba client %s build %s \n", VERSION, BUILD);109 fprintf(f, "Samba client %s build %s); 110 110 firstLogLine = FALSE; 111 111 }
Note:
See TracChangeset
for help on using the changeset viewer.
