summaryrefslogtreecommitdiffstats
path: root/src/intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intf.h')
-rw-r--r--src/intf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intf.h b/src/intf.h
index a6b6577..6cabfde 100644
--- a/src/intf.h
+++ b/src/intf.h
@@ -74,11 +74,11 @@ extern int tsnif_debug;
do { \
if (tsnif_debug) { \
char lpbuf[256]; \
- snprintf(lpbuf, sizeof(lpbuf)-1, "USER [%3d:%s@%s:%05d] %s", \
+ snprintf(lpbuf, sizeof(lpbuf)-1, "USER [%3d:%s:%05d %s] %s", \
(pid_t) syscall(SYS_gettid), \
- __FUNCTION__, \
__FILE__, \
__LINE__, \
+ __FUNCTION__, \
fmt); \
printf(lpbuf, ## args); \
} \