Ignore:
Timestamp:
Apr 14, 2010, 12:24:01 PM (15 years ago)
Author:
Silvan Scherrer
Message:

client 1.5: samba logging part 2

File:
1 edited

Legend:

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

    r434 r436  
    4242
    4343                // init samba for debug messages
    44                 debug_init();
    4544                setup_logging(slogfile, false);
     45                lp_set_logfile(slogfile);
    4646                debug_parse_levels("9");
    4747}
     
    171171        }
    172172
     173        if (writeLog())
     174        {
     175                smbwrp_Logging();
     176        }
    173177/*
    174178        if ((p=smbw_getshared("RESOLVE_ORDER"))) {
Note: See TracChangeset for help on using the changeset viewer.