Index: trunk/psModules/src/config/pmConfig.c
===================================================================
--- trunk/psModules/src/config/pmConfig.c	(revision 19111)
+++ trunk/psModules/src/config/pmConfig.c	(revision 20254)
@@ -1520,4 +1520,5 @@
         if (!checkPath(newName, create, trunc)) {
             // let checkPath()'s psError() call float up
+            psError(PS_ERR_UNKNOWN, false, "error from checkPath for file:// (%s)", newName);
             psFree (newName);
             return NULL;
@@ -1569,4 +1570,5 @@
         if (!checkPath(newName, create, trunc)) {
             // let checkPath()'s psError() call float up
+            psError(PS_ERR_UNKNOWN, false, "error from checkPath for path:// (%s)", newName);
             psFree (newName);
             return NULL;
