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/gdi32/initterm.cpp

    r22100 r22102  
    6060ULONG SYSTEM DLL_InitGdi32(ULONG hModule)
    6161{
    62     __con_debug(2,"%s::%s@%08X(%08X)\n","gdi32.dll",__FUNCTION__,DLL_InitGdi32,hModule);
     62    __con_debug(2,"%s::%s@%08X(%08X)\n","GDI32",__FUNCTION__,DLL_InitGdi32,hModule);
    6363
    6464    STATS_InitializeGDI32 ();
     
    101101void SYSTEM DLL_TermGdi32(ULONG hModule)
    102102{
    103     __con_debug(2,"%s::%s@%08X(%08X)\n","gdi32.dll",__FUNCTION__,DLL_TermGdi32,hModule);
     103    __con_debug(2,"%s::%s@%08X(%08X)\n","GDI32",__FUNCTION__,DLL_TermGdi32,hModule);
    104104
    105105    dprintf(("gdi32 exit"));
Note: See TracChangeset for help on using the changeset viewer.