Year 2007.
[metaproxy-moved-to-github.git] / src / tstdl.cpp
index 4f3eb66..c1b77e7 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: tstdl.cpp,v 1.1 2005-12-10 09:59:10 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: tstdl.cpp,v 1.5 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
     void *mod = dlopen(argv[1][0] ? argv[1] : 0, RTLD_NOW|RTLD_LOCAL);
     if (!mod)
     {
-       cerr << "dlopen failed for file " << argv[1] << 
+       cerr << "dlopen failed for file '" << argv[1] << "'\n" <<
            "dlerror=" << dlerror() << endl;
        exit(1);
     }