]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak bsock error message
authorKern Sibbald <kern@sibbald.com>
Sun, 28 May 2017 13:10:18 +0000 (15:10 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 28 May 2017 13:10:18 +0000 (15:10 +0200)
bacula/src/lib/bsock.c

index 1e15b03afb242e0b829f6cb84cfcf53fd1cc1497..2cb2dcc92fa67b9f810080021719beed969fcfc8 100644 (file)
@@ -540,7 +540,7 @@ bool BSOCK::send(int aflags)
    }
    if (is_terminated()) {
       if (!m_suppress_error_msgs) {
-         Qmsg4(m_jcr, M_ERROR, 0,  _("Socket is terminated=%d on call to %s:%s:%d\n"),
+         Qmsg4(m_jcr, M_ERROR, 0,  _("Bsock send while terminated=%d on call to %s:%s:%d\n"),
              is_terminated(), m_who, m_host, m_port);
       }
       return false;