IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2007, 2:11:03 PM (19 years ago)
Author:
Paul Price
Message:

Adding error message for when pmConfigDB is called when no database support is available.

File:
1 edited

Legend:

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

    r13951 r14399  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-06-22 02:29:39 $
     6 *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-07-27 00:11:03 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    10431043    #ifndef HAVE_PSDB
    10441044
     1045    psError(PS_ERR_UNKNOWN, false,
     1046            "Cannot configure database: psModules was compiled without database support.");
    10451047    return NULL;
     1048
    10461049    #else
    10471050
Note: See TracChangeset for help on using the changeset viewer.