mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +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;
|
||||
if (!supported() || !detect_vmmouse())
|
||||
return;
|
||||
dbgprintf("Enabling vmmouse, absolute mode\n");
|
||||
dbg() << "Enabling vmmouse, absolute mode";
|
||||
|
||||
VMWareCommand command;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue