Display the unknown class name in error message
[reactos.git] / reactos / subsys / win32k / ntuser / class.c
index 94e4cc0..d9a30f2 100644 (file)
@@ -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;
    }