BIND 10 trac760, updated. dfd7a01376d7b871cf7dfe631f5c96b4b2b7767b [trac760] typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 30 09:12:53 UTC 2011
The branch, trac760 has been updated
via dfd7a01376d7b871cf7dfe631f5c96b4b2b7767b (commit)
from ca03a1f5156b0a68a2179e287d9af444c64aee91 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dfd7a01376d7b871cf7dfe631f5c96b4b2b7767b
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jun 30 11:12:45 2011 +0200
[trac760] typo
-----------------------------------------------------------------------
Summary of changes:
src/bin/cmdctl/cmdctl.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl.py.in b/src/bin/cmdctl/cmdctl.py.in
index 232fad6..304f62d 100755
--- a/src/bin/cmdctl/cmdctl.py.in
+++ b/src/bin/cmdctl/cmdctl.py.in
@@ -433,7 +433,7 @@ class CommandControl():
except ccsession.ModuleCCSessionError as mcse:
errstr = str("Error in ccsession answer:") + str(mcse)
- logger.error(CMDCTL_COMMAND_ERROR, conmmand_name, module_name, errstr)
+ logger.error(CMDCTL_COMMAND_ERROR, command_name, module_name, errstr)
return 1, {'error': errstr}
def get_cmdctl_config_data(self):
More information about the bind10-changes
mailing list