--- src/misc.c	2003-08-08 14:31:03.000000000 +0300
+++ src/misc.c	2011-05-21 22:53:11.000000000 +0300
@@ -175,7 +175,7 @@
 
   if( (fp = fopen (fname, "r")) == NULL)
     {
-      DebugPrintf (0, "WARNING: failed to open config-file: %s\n");
+      DebugPrintf (0, "WARNING: failed to open config-file: %s\n",fname);
       return (ERR);
     }
 
