runner-side dyn-generated code handles nested hal apis (for conventional
hals)

Change-Id: I4d9e8283025a40f97c2e29e5bafff5f034d24bb1
diff --git a/sysfuzzer/common/component_loader/DllLoader.cpp b/sysfuzzer/common/component_loader/DllLoader.cpp
index 9cdbfe0..15d6f77 100644
--- a/sysfuzzer/common/component_loader/DllLoader.cpp
+++ b/sysfuzzer/common/component_loader/DllLoader.cpp
@@ -82,7 +82,7 @@
 
 
 struct hw_device_t* DllLoader::OpenConventionalHal(const char* module_name) {
-  cout << __func__ << " module_name " << module_name << endl;
+  cout << __func__ << endl;
   if (!handle_) {
     cerr << __FUNCTION__ << ": handle_ is NULL" << endl;
     return NULL;