HidlLazyUtils: better messages for single server am: 06d58be033
am: b58684a295

Change-Id: Ifd1acf4fce1bf1498ad0f14c3b3ef330379c1cdc
diff --git a/transport/HidlLazyUtils.cpp b/transport/HidlLazyUtils.cpp
index ed40416..8e3fdf3 100644
--- a/transport/HidlLazyUtils.cpp
+++ b/transport/HidlLazyUtils.cpp
@@ -121,7 +121,7 @@
     }
 
     LOG(INFO) << "Process has " << mNumConnectedServices << " (of " << mRegisteredServices.size()
-              << " available) clients in use after notification " << getDescriptor(service.get())
+              << " available) client(s) in use after notification " << getDescriptor(service.get())
               << " has clients: " << clients;
 
     if (mNumConnectedServices == 0) {
@@ -144,8 +144,7 @@
         bool success = manager->tryUnregister(descriptor, entry.name, entry.service);
 
         if (!success) {
-            LOG(INFO) << "Failed to unregister HAL " << descriptor << "/" << entry.name
-                      << ". Going to re-register remaining instances.";
+            LOG(INFO) << "Failed to unregister HAL " << descriptor << "/" << entry.name;
             break;
         }
     }