]> git.sur5r.net Git - i3/i3/blobdiff - include/log.h
Switch from I3__FILE__ to STRIPPED__FILE__
[i3/i3] / include / log.h
index e7fc8acba1341c182078a83a9657f789d0354ef8..b683529c55640d2d6acdc27286881c94bb43fc94 100644 (file)
@@ -27,7 +27,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, I3__FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__)
+#define DLOG(fmt, ...) debuglog("%s:%s:%d - " fmt, STRIPPED__FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__)
 
 extern char *errorfilename;
 extern char *shmlogname;