Ignore:
Timestamp:
Jan 4, 2011, 1:53:38 PM (15 years ago)
Author:
Silvan Scherrer
Message:

samba client 2.0: invalidate cache, when files are changed

File:
1 edited

Legend:

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

    r507 r510  
    3030#include <sys/stat.h>
    3131
    32 int debuglevel = 1; // we set it to 9, so we get all messages
     32int debuglevel = 9; // we set it to 9, so we get all messages
    3333char logfile[_MAX_PATH +1]  = {0};
    3434char debugfile[_MAX_PATH +1] = {0};
     
    5151        struct stat filestat;
    5252
    53         // do we have to log at all
     53        // do we have to log at all (not needed atm)
    5454/*      if (!debuglvl(level))
    5555        {
Note: See TracChangeset for help on using the changeset viewer.