diff --git a/probe.c b/probe.c index bef73af..da35d3d 100644 --- a/probe.c +++ b/probe.c @@ -116,7 +116,7 @@ void hexdump(msg_info msg_info, const char *mem, unsigned int len) } str[c++] = '\n'; str[c++] = 0; - print_message(msg_info, str); + print_message(msg_info, "%s", str); c = 0; } }