Ignore:
Timestamp:
Jan 20, 2016, 8:37:37 PM (10 years ago)
Author:
Silvan Scherrer
Message:

samba client 2.3: fix logging and build with latest kmk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/smbwrp.c

    r887 r893  
    5757
    5858        // init samba for debug messages
    59         setup_logging(slogfile, false);
     59        setup_logging("ndpsmb", DEBUG_FILE);
    6060        lp_set_logfile(slogfile);
    61         debug_parse_levels("10");
     61        lp_set_cmdline("log level", "10");
     62        reopen_logs();
    6263
    6364}
Note: See TracChangeset for help on using the changeset viewer.