mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
Display the unknown class name in error message
svn path=/trunk/; revision=19529
This commit is contained in:
parent
665a853e70
commit
1620efc250
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ ClassGetClassByName(LPCWSTR ClassName, HINSTANCE hInstance)
|
|||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("Failed to lookup class atom!\n");
|
||||
DPRINT1("Failed to lookup class atom (ClassName '%S')!\n", ClassName);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue