Index: trunk/psModules/src/config/pmConfig.c
===================================================================
--- trunk/psModules/src/config/pmConfig.c	(revision 17940)
+++ trunk/psModules/src/config/pmConfig.c	(revision 17944)
@@ -1189,6 +1189,6 @@
     }
 
-    if (strcasecmp(dbServer, "XXX") == 0 || strcasecmp(dbServer, "NONE") == 0) {
-        psTrace("psModules.config", 1, "Database initialisation skipped: server is %s.", dbServer);
+    if (strcasecmp(dbName, "XXX") == 0 || strcasecmp(dbName, "NONE") == 0) {
+        psTrace("psModules.config", 1, "Database initialisation skipped: database is %s.", dbName);
         return NULL;
     }
