]> source.dussan.org Git - rspamd.git/commitdiff
Fix timeout error message.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 8 Nov 2013 17:23:11 +0000 (17:23 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 8 Nov 2013 17:23:11 +0000 (17:23 +0000)
lib/client/librspamdclient.c

index b99e1c2f93e98b0b9ca40bf5b2cda0b8bbd56ff1..52620e1c33c12c831aac1986728c89e2bef5a374 100644 (file)
@@ -922,7 +922,7 @@ read_rspamd_reply_line (struct rspamd_connection *c, GError **err)
                        if (r == 0) {
                                errno = ETIMEDOUT;
                        }
-                       *err = g_error_new (G_RSPAMD_ERROR, errno, "Cannot read reply from controller %s: %s",
+                       *err = g_error_new (G_RSPAMD_ERROR, errno, "Cannot read reply from rspamd server %s: %s",
                                        c->server->name, strerror (errno));
                }
                upstream_fail (&c->server->up, c->connection_time);