diff options
Diffstat (limited to 'g10/exec.c')
-rw-r--r-- | g10/exec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/exec.c b/g10/exec.c index 27aa874f0..fd592e853 100644 --- a/g10/exec.c +++ b/g10/exec.c @@ -112,6 +112,9 @@ int set_exec_path(const char *path,int method) strcat(p,path); + if(DBG_EXTPROG) + log_debug("set_exec_path method %d: %s\n",method,p); + /* Notice that path is never freed. That is intentional due to the way putenv() works. This leaks a few bytes if we call set_exec_path multiple times. */ |