aboutsummaryrefslogtreecommitdiffstats
path: root/src/spawn-w32.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2024-06-06 01:26:37 +0000
committerNIIBE Yutaka <[email protected]>2024-06-06 01:26:37 +0000
commita0d66ac1ff3a90b9c235d068c73a59b8f9939f6e (patch)
tree7ad656b5e5f57b581d54ccf318ac300feba018d2 /src/spawn-w32.c
parentFix return type of gpgrt_b64dec_*. (diff)
downloadlibgpg-error-a0d66ac1ff3a90b9c235d068c73a59b8f9939f6e.tar.gz
libgpg-error-a0d66ac1ff3a90b9c235d068c73a59b8f9939f6e.zip
Cleanup spawn API implementation.
-- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r--src/spawn-w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn-w32.c b/src/spawn-w32.c
index 5a1d0d5..c6d66c7 100644
--- a/src/spawn-w32.c
+++ b/src/spawn-w32.c
@@ -1088,7 +1088,7 @@ _gpgrt_process_wait (gpgrt_process_t process, int hang)
break;
case WAIT_FAILED:
- _gpgrt_log_info (_("waiting for process to terminate failed: ec=%d\n"),
+ _gpgrt_log_info (_("waiting for process failed: ec=%d\n"),
(int)GetLastError ());
ec = GPG_ERR_GENERAL;
break;