Ignore:
Timestamp:
Apr 23, 2010, 10:04:41 AM (16 years ago)
Author:
Silvan Scherrer
Message:

samba client 1.6: more work on logfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-1.6/src/debug.c

    r447 r448  
    2929#include <sys/time.h>
    3030#include <sys/stat.h>
    31 #include "version.h"
     31#include "version.h"
    3232
    3333int debuglevel = 9; // we set it to 9, so we get all messages
     
    107107                if (firstLogLine)
    108108                {
    109                    fprintf(f, "Samba client %s build %s\n", VERSION, BUILD);
     109                   fprintf(f, "Samba client %s build %s);
    110110                   firstLogLine = FALSE;
    111111                }
Note: See TracChangeset for help on using the changeset viewer.