X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flog.h;fp=include%2Flog.h;h=0854628daf581a8958ab854a61e6f0b26a1faa31;hb=884627ef20dfb2edae9a5c99bb470bfbf0301904;hp=a8209cca58e3a2afff487a848c07e31b3368a312;hpb=dd743f3b55b2f86d9f1f69ef7952ae8ece4de504;p=i3%2Fi3 diff --git a/include/log.h b/include/log.h index a8209cca..0854628d 100644 --- a/include/log.h +++ b/include/log.h @@ -17,7 +17,7 @@ is, delete the preceding comma */ #define LOG(fmt, ...) verboselog(fmt, ##__VA_ARGS__) #define ELOG(fmt, ...) errorlog("ERROR: " fmt, ##__VA_ARGS__) -#define DLOG(fmt, ...) debuglog("%s:%s:%d - " fmt, __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__) +#define DLOG(fmt, ...) debuglog("%s:%s:%d - " fmt, I3__FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__) extern char *errorfilename; extern char *shmlogname;