1
Fork 0
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:
Liav A 2020-02-24 17:31:17 +02:00 committed by Andreas Kling
parent 67994cd87e
commit 9ee6d00b57

View file

@ -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;