Ignore:
Timestamp:
Dec 30, 2011, 11:03:12 AM (14 years ago)
Author:
dmik
Message:

kernel32: More logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/thread.cpp

    r21916 r21932  
    710710    dprintf(("Thread HAB %x", winteb->o.odin.hab));
    711711    winteb->o.odin.hmq = OSLibWinQueryMsgQueue(winteb->o.odin.hab);
     712    dprintf(("Thread HMQ %x", winteb->o.odin.hmq));
    712713    rc = OSLibWinSetCp(winteb->o.odin.hmq, GetDisplayCodepage());
    713714    dprintf(("WinSetCP(%d) was %sOK", GetDisplayCodepage(), rc ? "" : "not "));
    714715    hookInit(winteb->o.odin.hab);
    715716
    716     dprintf(("Win32ThreadProc: hab %x hmq %x", winteb->o.odin.hab, winteb->o.odin.hmq));
    717717    dprintf(("Stack top 0x%x, stack end 0x%x", winteb->stack_top, winteb->stack_low));
    718718
Note: See TracChangeset for help on using the changeset viewer.