Ignore:
Timestamp:
Oct 7, 2007, 12:04:05 AM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/error.c

    r1198 r1199  
    162162#ifdef DEBUG
    163163        if (msg) {
    164                 TRACE(("exverror(%d, \"", cond));
    165                 TRACEV((msg, ap));
    166                 TRACE(("\") pid=%d\n", getpid()));
     164                TRACE((psh, "exverror(%d, \"", cond));
     165                TRACEV((psh, msg, ap));
     166                TRACE((psh, "\") pid=%d\n", getpid()));
    167167        } else
    168                 TRACE(("exverror(%d, NULL) pid=%d\n", cond, getpid()));
     168                TRACE((psh, "exverror(%d, NULL) pid=%d\n", cond, getpid()));
    169169#endif
    170170        if (msg)
Note: See TracChangeset for help on using the changeset viewer.