diff --git a/reactos/dll/cpl/desk/classinst.c b/reactos/dll/cpl/desk/classinst.c index eb82f8b4df2..1221925d3c4 100644 --- a/reactos/dll/cpl/desk/classinst.c +++ b/reactos/dll/cpl/desk/classinst.c @@ -61,7 +61,7 @@ DisplayClassInstaller( if (!result) { rc = GetLastError(); - DPRINT("SetupDiGetDeviceRegistryProperty() failed with error 0x%lx\n", rc); + DPRINT("SetupDiInstallDevice() failed with error 0x%lx\n", rc); goto cleanup; }