minadbd: move from D() to VLOG().

Change-Id: I542e2ae8f5ef18b2d6b3dbc1888b3ce1e02a7404
diff --git a/minadbd/services.cpp b/minadbd/services.cpp
index 5c1d356..2a3027b 100644
--- a/minadbd/services.cpp
+++ b/minadbd/services.cpp
@@ -23,7 +23,6 @@
 
 #include "sysdeps.h"
 
-#define  TRACE_TAG  TRACE_SERVICES
 #include "adb.h"
 #include "fdevent.h"
 #include "fuse_adb_provider.h"
@@ -82,7 +81,7 @@
         return -1;
     }
 
-    D("service thread started, %d:%d\n",s[0], s[1]);
+    VLOG(SERVICES) << "service thread started, " << s[0] << ":" << s[1];
     return s[0];
 }