aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 60948e2f..6f68f569 100644
--- a/log.c
+++ b/log.c
@@ -346,7 +346,7 @@ output_msg:
case FCLIENT:
break;
default:
- fprintf(stderr, "Unknown logcode in rwrite(): %d\n", (int)code);
+ fprintf(stderr, "Unknown logcode in rwrite(): %d [%s]\n", (int)code, who_am_i());
exit_cleanup(RERR_MESSAGEIO);
}