summaryrefslogtreecommitdiff
path: root/lib/dns/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/diff.c')
-rw-r--r--lib/dns/diff.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/dns/diff.c b/lib/dns/diff.c
index a64da709..32f9a69b 100644
--- a/lib/dns/diff.c
+++ b/lib/dns/diff.c
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: diff.c,v 1.21 2009/04/30 06:53:10 marka Exp $ */
+/* $Id: diff.c,v 1.23 2009/12/01 00:47:09 each Exp $ */
/*! \file */
@@ -399,9 +399,9 @@ diff_apply(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *ver,
sizeof(classbuf));
isc_log_write(DIFF_COMMON_LOGARGS,
ISC_LOG_WARNING,
- "%s/%s: update with no "
- " effect", namebuf,
- classbuf);
+ "%s/%s: dns_diff_apply: "
+ "update with no effect",
+ namebuf, classbuf);
}
} else if (result == DNS_R_NXRRSET) {
/*
@@ -490,6 +490,7 @@ dns_diff_load(dns_diff_t *diff, dns_addrdatasetfunc_t addfunc,
if (result == DNS_R_UNCHANGED) {
isc_log_write(DIFF_COMMON_LOGARGS,
ISC_LOG_WARNING,
+ "dns_diff_load: "
"update with no effect");
} else if (result == ISC_R_SUCCESS ||
result == DNS_R_NXRRSET) {