IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17944


Ignore:
Timestamp:
Jun 5, 2008, 12:10:36 PM (18 years ago)
Author:
Paul Price
Message:

Should be checking dbName, not dbServer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r17940 r17944  
    11891189    }
    11901190
    1191     if (strcasecmp(dbServer, "XXX") == 0 || strcasecmp(dbServer, "NONE") == 0) {
    1192         psTrace("psModules.config", 1, "Database initialisation skipped: server is %s.", dbServer);
     1191    if (strcasecmp(dbName, "XXX") == 0 || strcasecmp(dbName, "NONE") == 0) {
     1192        psTrace("psModules.config", 1, "Database initialisation skipped: database is %s.", dbName);
    11931193        return NULL;
    11941194    }
Note: See TracChangeset for help on using the changeset viewer.