ustctl: fix a broken format string
[ust.git] / ustctl / trace_cmds.c
index 74e46608ea3c26e8792b11370b88a5e136599072..a8f3a9ccc1e98ec4d137ddf57db8e22c4dfdfae4 100644 (file)
@@ -30,7 +30,7 @@ static int create_trace(int argc, char *argv[])
        sock = parse_and_connect_pid(argv[1]);
 
        if (ustctl_create_trace(sock, argv[2])) {
-               ERR("Failed to create trace %s for PID %u\n", argv[2], argv[1]);
+               ERR("Failed to create trace %s for PID %s\n", argv[2], argv[1]);
                return -1;
        }
 
This page took 0.02342 seconds and 4 git commands to generate.