projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e3315
)
Fix typo ("SetupDiGetDeviceRegistryProperty" -> "SetupDiInstallDevice" in debug message)
author
Hervé Poussineau
<hpoussin@reactos.org>
Mon, 29 May 2006 13:30:50 +0000
(13:30 +0000)
committer
Hervé Poussineau
<hpoussin@reactos.org>
Mon, 29 May 2006 13:30:50 +0000
(13:30 +0000)
svn path=/trunk/; revision=22108
reactos/dll/cpl/desk/classinst.c
patch
|
blob
|
history
diff --git
a/reactos/dll/cpl/desk/classinst.c
b/reactos/dll/cpl/desk/classinst.c
index
eb82f8b
..
1221925
100644
(file)
--- a/
reactos/dll/cpl/desk/classinst.c
+++ b/
reactos/dll/cpl/desk/classinst.c
@@
-61,7
+61,7
@@
DisplayClassInstaller(
if (!result)
{
rc = GetLastError();
- DPRINT("SetupDi
GetDeviceRegistryProperty
() failed with error 0x%lx\n", rc);
+ DPRINT("SetupDi
InstallDevice
() failed with error 0x%lx\n", rc);
goto cleanup;
}