]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix misprint.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 Sep 2014 14:24:55 +0000 (15:24 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 2 Sep 2014 14:24:55 +0000 (15:24 +0100)
src/libserver/protocol.c

index 489a58bb431b370a67e069ecb25fc19f0e651876..0bc11df3570159a6959a02f480b8b7a3da556f0b 100644 (file)
@@ -328,7 +328,7 @@ rspamd_protocol_handle_headers (struct rspamd_task *task,
                                debug_task ("read rcpt header, value: %v", h->value);
                        }
                        else {
-                               msg_info ("wrong header: %s", headern);
+                               debug_task ("wrong header: %s", headern);
                                validh = FALSE;
                        }
                        break;