summaryrefslogtreecommitdiff
path: root/debugger/dbfileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/dbfileio.c')
-rw-r--r--debugger/dbfileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/dbfileio.c b/debugger/dbfileio.c
index c6f2e253accf..d268d7db636c 100644
--- a/debugger/dbfileio.c
+++ b/debugger/dbfileio.c
@@ -289,7 +289,7 @@ AcpiDbCheckTextModeCorruption (
* meaning that we cannot simply replace CR/LF pairs with LFs.
*/
AcpiOsPrintf ("Table has been corrupted by text mode conversion\n");
- AcpiOsPrintf ("All LFs (%d) were changed to CR/LF pairs\n", Pairs);
+ AcpiOsPrintf ("All LFs (%u) were changed to CR/LF pairs\n", Pairs);
AcpiOsPrintf ("Table cannot be repaired!\n");
return (AE_BAD_VALUE);
}