projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
665a853
)
Display the unknown class name in error message
author
Hervé Poussineau
<hpoussin@reactos.org>
Thu, 24 Nov 2005 14:34:44 +0000
(14:34 +0000)
committer
Hervé Poussineau
<hpoussin@reactos.org>
Thu, 24 Nov 2005 14:34:44 +0000
(14:34 +0000)
svn path=/trunk/; revision=19529
reactos/subsys/win32k/ntuser/class.c
patch
|
blob
|
history
diff --git
a/reactos/subsys/win32k/ntuser/class.c
b/reactos/subsys/win32k/ntuser/class.c
index
94e4cc0
..
d9a30f2
100644
(file)
--- a/
reactos/subsys/win32k/ntuser/class.c
+++ b/
reactos/subsys/win32k/ntuser/class.c
@@
-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;
}