Merge "Lose debuggerd client code to libdebuggerd_client."
diff --git a/linker/linker.cpp b/linker/linker.cpp
index 8f51533..0fe0c38 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -2404,8 +2404,8 @@
     find_loaded_library_by_soname(&g_default_namespace, soname.c_str(), &candidate);
 
     if (candidate == nullptr) {
-      DL_ERR("error initializing public namespace: \"%s\" was not found"
-             " in the default namespace", soname.c_str());
+      DL_ERR("error initializing public namespace: a library with soname \"%s\""
+             " was not found in the default namespace", soname.c_str());
       return false;
     }