We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7b12f commit a51dd75Copy full SHA for a51dd75
1 file changed
oicb.c
@@ -819,7 +819,6 @@ save_history(char type, const char *peer, const char *msg, int incoming) {
819
char *path;
820
const int datelen = 20;
821
822
-warnx("%s: type='%c' peer='%s' msg='%s' incomint=%d", __func__, type, peer, msg, incoming);
823
if (!enable_history)
824
return;
825
0 commit comments