- Small DPRINT typo fix.

svn path=/trunk/; revision=34629
This commit is contained in:
Aleksey Bragin
2008-07-21 09:36:02 +00:00
parent e52a7ae321
commit d50cea53cd
+1 -1
View File
@@ -32,7 +32,7 @@ NtCreateKey(OUT PHANDLE KeyHandle,
CM_PARSE_CONTEXT ParseContext = {0};
HANDLE Handle;
PAGED_CODE();
DPRINT("NtCreateKey(OB 0x%wZ)\n", ObjectAttributes->ObjectName);
DPRINT("NtCreateKey(OB name %wZ)\n", ObjectAttributes->ObjectName);
/* Check for user-mode caller */
if (PreviousMode == UserMode)