diff options
-rw-r--r-- | source3/lib/system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/system.c b/source3/lib/system.c index 58f7b478ad..df7806558d 100644 --- a/source3/lib/system.c +++ b/source3/lib/system.c @@ -1190,6 +1190,7 @@ int sys_popen(const char *command) argl = extract_args(NULL, command); if (argl == NULL) { + DEBUG(0, ("sys_popen: extract_args() failed: %s\n", strerror(errno))); goto err_exit; } |