[UMPNPMGR]
authorSylvain Petreolle <spetreolle@yahoo.fr>
Sat, 14 Nov 2015 13:28:03 +0000 (13:28 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Sat, 14 Nov 2015 13:28:03 +0000 (13:28 +0000)
Improve traces.

svn path=/trunk/; revision=69884

reactos/base/services/umpnpmgr/umpnpmgr.c

index 38d6997..59b4083 100644 (file)
@@ -1930,7 +1930,7 @@ EnableDeviceInstance(LPWSTR pszDeviceInstance)
     CONFIGRET ret = CR_SUCCESS;
     NTSTATUS Status;
 
-    DPRINT("Enable device instance\n");
+    DPRINT("Enable device instance %S\n", pszDeviceInstance);
 
     RtlInitUnicodeString(&ResetDeviceData.DeviceInstance, pszDeviceInstance);
     Status = NtPlugPlayControl(PlugPlayControlResetDevice, &ResetDeviceData, sizeof(PLUGPLAY_CONTROL_RESET_DEVICE_DATA));
@@ -3167,7 +3167,7 @@ InstallDevice(PCWSTR DeviceInstance, BOOL ShowWizard)
     WCHAR PipeName[74];
     WCHAR UuidString[39];
 
-    DPRINT1("InstallDevice(%S, %d)\n", DeviceInstance, ShowWizard);
+    DPRINT("InstallDevice(%S, %d)\n", DeviceInstance, ShowWizard);
 
     ZeroMemory(&ProcessInfo, sizeof(ProcessInfo));