aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn-posix.c')
-rw-r--r--src/spawn-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn-posix.c b/src/spawn-posix.c
index 7be15ea..ac4c4ce 100644
--- a/src/spawn-posix.c
+++ b/src/spawn-posix.c
@@ -753,7 +753,7 @@ _gpgrt_wait_processes (const char **pgmnames, pid_t *pids, size_t count,
/* Process PIDS[i] died. */
if (r_exitcodes[i] != (pid_t) -1)
{
- _gpgrt_log_error ("PID %d was reused", pid);
+ _gpgrt_log_error ("PID %d was reused", (int)pid);
ec = GPG_ERR_GENERAL;
break;
}