summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-11-30 23:37:18 -0500
committera1xd <[email protected]>2020-11-30 23:37:18 -0500
commit7e1bd8c5e53c4d419b9f43cf22bd92621f040323 (patch)
tree72c01961d533fb9c91125111c0bde14e8e01085e /driver
parentmatch debug and release lang std (diff)
downloadrawaccel-7e1bd8c5e53c4d419b9f43cf22bd92621f040323.tar.xz
rawaccel-7e1bd8c5e53c4d419b9f43cf22bd92621f040323.zip
fix dbgprint warning
Diffstat (limited to 'driver')
-rw-r--r--driver/driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/driver.cpp b/driver/driver.cpp
index 778f3be..b158df6 100644
--- a/driver/driver.cpp
+++ b/driver/driver.cpp
@@ -404,7 +404,7 @@ Error:
WdfObjectDelete(controlDevice);
}
- DebugPrint(("CreateControlDevice failed\n", status));
+ DebugPrint(("CreateControlDevice failed with status code 0x%x\n", status));
}