mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
VMWareBackdoor: Use dbg() instead of dbgprintf()
This commit is contained in:
parent
67994cd87e
commit
9ee6d00b57
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ void VMWareBackdoor::enable_absolute_vmmouse()
|
||||||
InterruptDisabler disabler;
|
InterruptDisabler disabler;
|
||||||
if (!supported() || !detect_vmmouse())
|
if (!supported() || !detect_vmmouse())
|
||||||
return;
|
return;
|
||||||
dbgprintf("Enabling vmmouse, absolute mode\n");
|
dbg() << "Enabling vmmouse, absolute mode";
|
||||||
|
|
||||||
VMWareCommand command;
|
VMWareCommand command;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue