]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Remove hard-coded (and unecessary) TSIG key from error message.
authorShane Kerr <shane@time-travellers.org>
Tue, 27 Aug 2013 11:16:49 +0000 (13:16 +0200)
committerShane Kerr <shane@time-travellers.org>
Tue, 27 Aug 2013 11:16:49 +0000 (13:16 +0200)
src/bin/xfrin/xfrin.py.in
src/bin/xfrin/xfrin_messages.mes

index 57f44db2e97dad78353e672dbd71a61cd0eabef7..6beeb409a303e3e4f97116dfe9fca4a92b4f6968 100755 (executable)
@@ -652,13 +652,8 @@ class XfrinConnection(asyncore.dispatcher):
             self.connect(self._master_addrinfo[2])
             return True
         except socket.error as e:
-            if self._tsig_key is None:
-                tsig_str = ""
-            else:
-                tsig_str = " (with TSIG %s)" % self._tsig_key
             logger.error(XFRIN_CONNECT_MASTER,
                          self._master_addrinfo[2],
-                         tsig_str,
                          self._zone_name.to_text(),
                          str(e))
             return False
index fe368b9c008a064933282500f810527b272e0bff..6dc719f9524dcc274497eae7276628d75e90f8f6 100644 (file)
@@ -56,7 +56,7 @@ most likely cause is that xfrin the msgq daemon is not running.
 There was an error while the given command was being processed. The
 error is given in the log message.
 
-% XFRIN_CONNECT_MASTER error connecting to master at %1%2 for %3: %4
+% XFRIN_CONNECT_MASTER error connecting to master at %1 for %2: %3
 There was an error opening a connection to the master for the specified
 zone. The error is shown in the log message.