Skip to content

Commit 7638202

Browse files
Pull up following revision(s) (requested by skrll in ticket #39):
external/apache2/mDNSResponder/dist/mDNSPosix/PosixDaemon.c: revision 1.20 PR/58778: mDNS spams console with recent build Default to logging off. OK christos
1 parent bff164d commit 7638202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/apache2/mDNSResponder/dist/mDNSPosix/PosixDaemon.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ int main(int argc, char **argv)
197197

198198
ParseCmdLineArgs(argc, argv);
199199

200-
// Enable mDNSResponder logging by default.
201-
mDNS_LoggingEnabled = mDNStrue;
200+
// Disable mDNSResponder logging by default.
201+
mDNS_LoggingEnabled = mDNSfalse;
202202

203203
LogInfo("%s starting", mDNSResponderVersionString);
204204

0 commit comments

Comments
 (0)