Turn down the logging a little bit.

Change-Id: Ib6e0e6f3577afac3b9bfe9a9b1cce70fb16d9d04
This commit is contained in:
Joe Onorato
2016-02-01 17:49:31 -08:00
parent f713828f74
commit 9f5c3b8c68
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public class NsdService extends INsdManager.Stub {
private static final String TAG = "NsdService";
private static final String MDNS_TAG = "mDnsConnector";
private static final boolean DBG = true;
private static final boolean DBG = false;
private Context mContext;
private ContentResolver mContentResolver;

View File

@@ -40,7 +40,7 @@ import java.net.Inet4Address;
public class IpConfigStore {
private static final String TAG = "IpConfigStore";
private static final boolean DBG = true;
private static final boolean DBG = false;
protected final DelayedDiskWrite mWriter;