aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/playerdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c
index b301b99..876aa85 100644
--- a/FICS/playerdb.c
+++ b/FICS/playerdb.c
@@ -2437,7 +2437,7 @@ SaveThisMsg(int which, char *line)
return 1;
if (sscanf(line, "%19s", Sender) != 1) {
- warnx("%s: failed to read sender");
+ warnx("%s: failed to read sender", __func__);
return 0;
}