Ignore:
Timestamp:
Sep 9, 2020, 10:01:39 PM (5 years ago)
Author:
bird
Message:

kash: Hammering on threaded mode.

File:
1 edited

Legend:

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

    r2651 r3438  
    165165                TRACEV((psh, msg, va2));
    166166                va_end(va2);
    167                 TRACE((psh, "\") pid=%d\n", sh_getpid(psh)));
     167                TRACE((psh, "\") pid=%" SHPID_PRI "\n", sh_getpid(psh)));
    168168        } else
    169                 TRACE((psh, "exverror(%d, NULL) pid=%d\n", cond, sh_getpid(psh)));
     169                TRACE((psh, "exverror(%d, NULL) pid=%" SHPID_PRI "\n", cond, sh_getpid(psh)));
    170170#endif
    171171        if (msg)
Note: See TracChangeset for help on using the changeset viewer.