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
commit 9ee6d00b57
Notes: sideshowbarker 2024-07-19 09:01:00 +09:00

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;