BIND 10 trac3089, updated. 78eb8a858925785728cf22052c79f09597d96017 [3089] Corrected log argument in d2::NameAddTransaction
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 17 20:07:06 UTC 2013
The branch, trac3089 has been updated
via 78eb8a858925785728cf22052c79f09597d96017 (commit)
from 50c35b270c19824d0ec412b0cc1f3402eff287fc (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 78eb8a858925785728cf22052c79f09597d96017
Author: Thomas Markwalder <tmark at isc.org>
Date: Tue Dec 17 14:59:33 2013 -0500
[3089] Corrected log argument in d2::NameAddTransaction
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/nc_add.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/nc_add.cc b/src/bin/d2/nc_add.cc
index 8f7b576..abd22f6 100644
--- a/src/bin/d2/nc_add.cc
+++ b/src/bin/d2/nc_add.cc
@@ -557,7 +557,7 @@ NameAddTransaction::processAddFailedHandler() {
case UPDATE_FAILED_EVT:
case NO_MORE_SERVERS_EVT:
LOG_ERROR(dctl_logger, DHCP_DDNS_ADD_FAILED).arg(getNcr()->toText())
- .arg(getContextStr());
+ .arg(getEventLabel(getNextEvent()));
setNcrStatus(dhcp_ddns::ST_FAILED);
endModel();
break;
More information about the bind10-changes
mailing list