Changeset 1719


Ignore:
Timestamp:
Dec 9, 2004, 1:29:10 AM (21 years ago)
Author:
bird
Message:

Fixed two log typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/signals.c

    • Property cvs2svn:cvs-rev changed from 1.17 to 1.18
    r1718 r1719  
    12921292                if (pThrdSig != pThrd)
    12931293                    __libc_back_signalPokeThread(pThrdSig);
    1294                 LIBCLOG_MSG("setting %d pending on thread %#x's and poking it.\n", pThrdSig->tid, iSignalNo);
     1294                LIBCLOG_MSG("setting %d pending on thread %#x and poking it.\n", iSignalNo, pThrdSig->tid);
    12951295            }
    12961296        }
     
    16051605        if (pThrdSig != pThrd)
    16061606            __libc_back_signalPokeThread(pThrdSig);
    1607         LIBCLOG_MSG("setting %d pending on thread %#x's and poking it.\n", pThrdSig->tid, iSignalNo);
     1607        LIBCLOG_MSG("setting %d pending on thread %#x and poking it.\n", iSignalNo, pThrdSig->tid);
    16081608    }
    16091609
Note: See TracChangeset for help on using the changeset viewer.