]> sourceware.org Git - valgrind.git/commitdiff
coverity: printf args format mismatch
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 12 Mar 2023 08:39:35 +0000 (09:39 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 12 Mar 2023 08:39:35 +0000 (09:39 +0100)
coregrind/vgdb-invoker-freebsd.c

index 4a8a97cb7c2b6e2b8454fe29392b4a368f943e1c..27e19436854b5e520f1cad3084d667f1ff54e4bc 100644 (file)
@@ -315,7 +315,7 @@ Bool attach (pid_t pid, const char *msg)
    res = ptrace (PT_ATTACH, pid, 0, 0);
    if (res != 0) {
       if (output_error || debuglevel > 0) {
-         ERROR(errno, "%s PT_ATTACH pid %d %ld\n", msg, pid, res);
+         ERROR(errno, "%s PT_ATTACH pid %d %d\n", msg, pid, res);
          if (initial_attach) {
             output_error = False;
          }
This page took 0.0341 seconds and 5 git commands to generate.