- Need more information from callbacks.

svn path=/trunk/; revision=72825
This commit is contained in:
James Tabor 2016-09-27 01:14:49 +00:00
parent 99b8a71b9d
commit 5cb2406405

View file

@ -346,7 +346,7 @@ co_IntCallWindowProc(WNDPROC Proc,
&ResultLength); &ResultLength);
if (!NT_SUCCESS(Status)) if (!NT_SUCCESS(Status))
{ {
ERR("Error Callback to User space Status %lx\n",Status); ERR("Error Callback to User space Status %lx Message %d\n",Status,Message);
UserEnterCo(); UserEnterCo();
return 0; return 0;
} }