s3: in sys_popen(), fix a debug message
authorMichael Adam <obnox@samba.org>
Tue, 4 Sep 2012 12:21:37 +0000 (14:21 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 4 Sep 2012 18:39:20 +0000 (20:39 +0200)
source3/lib/system.c

index 2881fd664a76f02d8c06a8a8f69471aea8452bdf..8c9c05f4de0fd7fd933dbb132e49704eef336b7f 100644 (file)
@@ -1216,7 +1216,7 @@ int sys_popen(const char *command)
 
                ret = execv(argl[0], argl);
                if (ret == -1) {
-                       DEBUG(0, ("sys_popen: ERROR executing dfree command "
+                       DEBUG(0, ("sys_popen: ERROR executing command "
                                  "'%s': %s\n", command, strerror(errno)));
                }
                _exit (127);