IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 686


Ignore:
Timestamp:
May 14, 2004, 9:08:30 AM (22 years ago)
Author:
rhl
Message:

Set module to pslib.logmsg (not logmsg)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/logmsg.c

    r328 r686  
    2525
    2626    if (level < 0 || level > 9) {
    27         psLogMsg("logmsg", PS_LOG_WARN,
     27        psLogMsg("utils.logmsg", PS_LOG_WARN,
    2828                 "Attempt to set invalid logMsg level: %d", level);
    2929        level = (level < 0) ? 0 : 9;
Note: See TracChangeset for help on using the changeset viewer.