mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[EXPLORER] Improve debug output.
This commit is contained in:
parent
994a5f457f
commit
8dbe62b294
1 changed files with 1 additions and 1 deletions
|
@ -1917,7 +1917,7 @@ public:
|
|||
{
|
||||
/* A hard error balloon message */
|
||||
PBALLOON_HARD_ERROR_DATA pData = (PBALLOON_HARD_ERROR_DATA)cpData->lpData;
|
||||
ERR("Got balloon data 0x%x, 0x%x, %S, %S!\n", pData->Status, pData->dwType, (WCHAR*)((ULONG_PTR)pData + pData->TitleOffset), (WCHAR*)((ULONG_PTR)pData + pData->MessageOffset));
|
||||
ERR("Got balloon data 0x%x, 0x%x, '%S', '%S'\n", pData->Status, pData->dwType, (WCHAR*)((ULONG_PTR)pData + pData->TitleOffset), (WCHAR*)((ULONG_PTR)pData + pData->MessageOffset));
|
||||
if (pData->cbHeaderSize == sizeof(BALLOON_HARD_ERROR_DATA))
|
||||
m_HardErrorThread.StartThread(pData);
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue