Ignore:
Timestamp:
May 29, 2015, 7:12:10 PM (10 years ago)
Author:
rousseau
Message:

Correct debug-message format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/kernel32/initterm.cpp

    r22099 r22102  
    256256ULONG SYSTEM DLL_InitKernel32(ULONG hModule)
    257257{
    258     __con_debug(2,"%s::%s@%08X(%08X)\n","kernel32.dll",__FUNCTION__,DLL_InitKernel32,hModule);
     258    __con_debug(2,"%s::%s@%08X(%08X)\n","KERNEL32",__FUNCTION__,DLL_InitKernel32,hModule);
    259259    ULONG code = DLL_InitKernel32_internal(hModule);
    260260
     
    267267void SYSTEM DLL_TermKernel32(ULONG hModule)
    268268{
    269     __con_debug(2,"%s::%s@%08X(%08X)\n","kernel32.dll",__FUNCTION__,DLL_TermKernel32,hModule);
     269    __con_debug(2,"%s::%s@%08X(%08X)\n","KERNEL32",__FUNCTION__,DLL_TermKernel32,hModule);
    270270    if (!fInit)
    271271    {
Note: See TracChangeset for help on using the changeset viewer.