Changeset 35


Ignore:
Timestamp:
Apr 27, 2007, 6:43:57 PM (18 years ago)
Author:
Yuri Dario
Message:

Dump also thread id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/ndpsmb/h/mydebug.h

    r9 r35  
    2323        else
    2424        {
    25                 fprintf(logfile, "%s: ", timebuf);
     25                fprintf(logfile, "%s: (%02d) ", timebuf, _gettid());
    2626                va_start(args, fmt);
    2727                vfprintf(logfile, fmt, args);   
     
    3333#else
    3434
    35 #define log;
     35#define log( ... ) { 1; }
    3636
    3737#endif
Note: See TracChangeset for help on using the changeset viewer.