Print useful error when dlopen() return NULL on linux standalone.

This commit is contained in:
Aleric Inglewood
2012-06-04 23:45:17 +02:00
parent c02834b7e3
commit 782091ff02
2 changed files with 17 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ int main(int argc, char **argv)
#ifdef CWDEBUG
Debug( libcw_do.margin().assign("SLPlugin ", 9) );
Debug(debug::init());
// Uncomment this to automatically open a terminal with gdb. Requires SNOW-173.
// Uncomment this to automatically open a terminal with gdb.
//Debug(attach_gdb());
#endif