Changeset 22862


Ignore:
Timestamp:
08/17/13 15:32:21 (11 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/debug.h

    r22768 r22862  
    2828                vfprintf(stdout, msg, ap);
    2929                va_end(ap);
    30                 printf(", file=%s, func=%s, line=%d\n", file, function, line);
     30                fprintf(stdout, ", file=%s, func=%s, line=%d\n", file, function, line);
    3131        }
    3232}
Note: See TracChangeset for help on using the changeset viewer.