aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mm-serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-serial.c b/src/mm-serial.c
index 70510c0d..0301a592 100644
--- a/src/mm-serial.c
+++ b/src/mm-serial.c
@@ -305,7 +305,7 @@ serial_debug (const char *prefix, const char *buf, int len)
}
g_string_append_c (debug, '\'');
- g_debug (debug->str);
+ g_debug ("%s", debug->str);
g_string_truncate (debug, 0);
}