HidlLazyUtils: better messages for single server am: 06d58be033 am: b58684a295
am: 2596184b52
Change-Id: I0613e1c1b27560273e67104594c9583672dc44c4
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;
}
}