mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 21:16:09 +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 */
|
/* A hard error balloon message */
|
||||||
PBALLOON_HARD_ERROR_DATA pData = (PBALLOON_HARD_ERROR_DATA)cpData->lpData;
|
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))
|
if (pData->cbHeaderSize == sizeof(BALLOON_HARD_ERROR_DATA))
|
||||||
m_HardErrorThread.StartThread(pData);
|
m_HardErrorThread.StartThread(pData);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue