mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix debug message.
svn path=/trunk/; revision=26303
This commit is contained in:
parent
4e939dcc2c
commit
7848c88917
1 changed files with 1 additions and 1 deletions
|
@ -2117,7 +2117,7 @@ DetectDisplayController(FRLDRHKEY BusKey)
|
|||
DbgPrint((DPRINT_HWDETECT, "Failed to create controller key\n"));
|
||||
return;
|
||||
}
|
||||
DbgPrint((DPRINT_HWDETECT, "Created key: PointerController\\0\n"));
|
||||
DbgPrint((DPRINT_HWDETECT, "Created key: DisplayController\\0\n"));
|
||||
|
||||
/* Set 'ComponentInformation' value */
|
||||
SetComponentInformation(ControllerKey,
|
||||
|
|
Loading…
Reference in a new issue