Turning off mDNS logging. Updating comment.

Bug: 19048572
Change-Id: Ic884b77152477c154b0701b44a1b014d5039a7d0
diff --git a/Android.mk b/Android.mk
index 48bbfd4..e8f2179 100644
--- a/Android.mk
+++ b/Android.mk
@@ -83,7 +83,7 @@
 
 
 ############################
-# This builds an mDns that is embeddable within GmsCore for the local apps connection API
+# This builds an mDns that is embeddable within GmsCore for the nearby connections API
 
 ### STATIC LIB ###
 include $(CLEAR_VARS)
@@ -116,7 +116,7 @@
                 -DTARGET_OS_LINUX \
                 -fno-strict-aliasing \
                 -DHAVE_LINUX \
-                -DMDNS_DEBUGMSGS=1 \
+                -DMDNS_DEBUGMSGS=0 \
                 -DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\" \
                 -DMDNS_USERNAME=\"mdnsr\" \
                 -DPLATFORM_NO_RLIMIT \