aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/w32-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/w32-io.c')
-rw-r--r--gpgme/w32-io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgme/w32-io.c b/gpgme/w32-io.c
index 1e67a642..8c19d818 100644
--- a/gpgme/w32-io.c
+++ b/gpgme/w32-io.c
@@ -484,9 +484,9 @@ _gpgme_io_spawn ( const char *path, char **argv,
}
}
- DEBUG1 ("CreateProcess, args=`%s'", arg_string);
+ DEBUG2 ("CreateProcess, path=`%s' args=`%s'", path, arg_string);
cr_flags |= CREATE_SUSPENDED;
- if ( !CreateProcessA (GPG_PATH,
+ if ( !CreateProcessA (path,
arg_string,
&sec_attr, /* process security attributes */
&sec_attr, /* thread security attributes */