Ignore:
Timestamp:
Apr 14, 2010, 1:17:32 PM (15 years ago)
Author:
Silvan Scherrer
Message:

client 1.5: samba logging final version

Location:
branches/client-1.5/src
Files:
2 edited

Legend:

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

    r436 r437  
    3434char debugfile[_MAX_PATH +1] = {0};
    3535char logfilename[] = "ndpsmb.log";
    36 BOOL do_logging;
     36BOOL do_logging = FALSE;
    3737
    3838int debuglvl(int level)
     
    5050        FILE *f=NULL;
    5151        struct stat filestat;
    52         do_logging = FALSE;
    5352
    5453        // if the file ndpsmb.dbg is around we write a logfile
  • branches/client-1.5/src/smbwrp.c

    r436 r437  
    4444                setup_logging(slogfile, false);
    4545                lp_set_logfile(slogfile);
    46                 debug_parse_levels("9");
     46                debug_parse_levels("10");
     47
    4748}
    4849
Note: See TracChangeset for help on using the changeset viewer.