From 7d3ae87894ed07e5eb98726db20b4304b8073e0e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 29 Sep 2013 10:58:31 -0700 Subject: Remove logging of failed whispers Even though ordinary whispers were never logged, there were still concerns about privacy. --- src/map/intif.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/map') diff --git a/src/map/intif.cpp b/src/map/intif.cpp index d22519b..a3865b2 100644 --- a/src/map/intif.cpp +++ b/src/map/intif.cpp @@ -59,8 +59,8 @@ void intif_wis_message(dumb_ptr sd, CharName nick, ZString mes WFIFOSET(char_fd, WFIFOW(char_fd, 2)); if (battle_config.etc_log) - PRINTF("intif_wis_message from %s to %s (message: '%s')\n", - sd->status.name, nick, mes); + PRINTF("intif_wis_message from %s to %s)\n", + sd->status.name, nick); } // The reply of Wisp/page @@ -253,11 +253,10 @@ int intif_parse_WisMessage(int fd) if (battle_config.etc_log) { - PRINTF("intif_parse_wismessage: id: %d, from: %s, to: %s, message: '%s'\n", + PRINTF("intif_parse_wismessage: id: %d, from: %s, to: %s\n", RFIFOL(fd, 4), from, - to, - buf); + to); } sd = map_nick2sd(to); // Searching destination player if (sd != NULL && sd->status.name == to) -- cgit v1.2.3-60-g2f50