Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/external/apache2/mDNSResponder/dist/mDNSCore Pull up foll...
details: https://anonhg.NetBSD.org/src/rev/8c203cba4d26
branches: netbsd-7
changeset: 798630:8c203cba4d26
user: martin <martin%NetBSD.org@localhost>
date: Thu Nov 27 11:20:36 2014 +0000
description:
Pull up following revision(s) (requested by jmcneill in ticket #267):
external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c: revision 1.5
Change the "mDNSPlatformRawTime went backwards" message from LogMsg to
debugf. It's not that interesting, as it is comparing the results of two
gettimeofday() calls.
diffstat:
external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r fb0a7d203281 -r 8c203cba4d26 external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c
--- a/external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c Tue Nov 25 15:53:38 2014 +0000
+++ b/external/apache2/mDNSResponder/dist/mDNSCore/DNSCommon.c Thu Nov 27 11:20:36 2014 +0000
@@ -2697,7 +2697,7 @@
if (m->timenow_last - m->timenow > 0)
{
m->timenow_adjust += m->timenow_last - m->timenow;
- LogMsg("%s: mDNSPlatformRawTime went backwards by %ld ticks; setting correction factor to %ld", functionname, m->timenow_last - m->timenow, m->timenow_adjust);
+ debugf("%s: mDNSPlatformRawTime went backwards by %ld ticks; setting correction factor to %ld", functionname, m->timenow_last - m->timenow, m->timenow_adjust);
m->timenow = m->timenow_last;
}
m->timenow_last = m->timenow;
Home |
Main Index |
Thread Index |
Old Index