+2795. [cleanup] Add text to differentiate "update with no effect"
+ log messages. [RT #18889]
+
2794. [bug] Install <isc/namespace.h>. [RT #20677]
2793. [func] Add "autosign" and "metadata" tests to the
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: diff.c,v 1.22 2009/11/25 02:30:54 each Exp $ */
+/* $Id: diff.c,v 1.23 2009/12/01 00:47:09 each Exp $ */
/*! \file */
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) {
/*
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) {