IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14979


Ignore:
Timestamp:
Sep 21, 2007, 3:05:48 PM (19 years ago)
Author:
Paul Price
Message:

Changing psLogMsg to psWarning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psModules/src/config/pmConfig.c

    r14744 r14979  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.104 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-09-05 02:30:30 $
     6 *  @version $Revision: 1.104.2.1 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-09-22 01:05:48 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    537537        psArgumentRemove(argNum, argc, argv);
    538538        if (argNum >= *argc) {
    539             psLogMsg("psModules.config", PS_LOG_WARN,
    540                      "-camera command-line switch provided without the required camera or filename --- "
    541                      "ignored.\n");
     539            psWarning("-camera command-line switch provided without the required camera or filename --- "
     540                      "ignored.\n");
    542541        } else {
    543542            bool mdok = true;           // Status of MD lookup
Note: See TracChangeset for help on using the changeset viewer.