diff host/simplehost.cpp @ 10:83d3eb580731

* Use a single Makefile
author cannam
date Thu, 06 Apr 2006 12:01:07 +0000
parents 8f10d35a4090
children 61887dda7fe0
line wrap: on
line diff
--- a/host/simplehost.cpp	Wed Apr 05 16:50:07 2006 +0000
+++ b/host/simplehost.cpp	Thu Apr 06 12:01:07 2006 +0000
@@ -63,7 +63,7 @@
 
     if (!libraryHandle) {
         std::cerr << argv[0] << ": Failed to open plugin library " 
-                  << soname << std::endl;
+                  << soname << ": " << DLERROR() << std::endl;
         return 1;
     }