mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +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"));
|
DbgPrint((DPRINT_HWDETECT, "Failed to create controller key\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DbgPrint((DPRINT_HWDETECT, "Created key: PointerController\\0\n"));
|
DbgPrint((DPRINT_HWDETECT, "Created key: DisplayController\\0\n"));
|
||||||
|
|
||||||
/* Set 'ComponentInformation' value */
|
/* Set 'ComponentInformation' value */
|
||||||
SetComponentInformation(ControllerKey,
|
SetComponentInformation(ControllerKey,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue