IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 330


Ignore:
Timestamp:
Mar 31, 2004, 12:25:57 PM (22 years ago)
Author:
rhl
Message:

psError is now in error.c

File:
1 edited

Legend:

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

    r267 r330  
    2828    abort();
    2929}
    30 
    31 /*****************************************************************************/
    32 /*
    33  * Print an error message
    34  */
    35 void psError(const char *name, const char *fmt, ...)
    36 {
    37     va_list ap;
    38     va_start(ap, fmt);
    39 
    40     p_psVLogMsg(name, PS_LOG_ERROR, fmt, ap);
    41 }
Note: See TracChangeset for help on using the changeset viewer.