summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2007-06-12 07:13:02 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2007-06-12 07:13:02 (GMT)
commit15255ec599506db603b5089357fb137536497537 (patch)
treee1bdc4b4278dc10631dd45701002bd4c386d0da1
parenta25b98d939f46206542c4c9c383c61d218151e2f (diff)
downloadmonitoring-plugins-15255ec599506db603b5089357fb137536497537.tar.gz
Removed debug line
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1737 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--plugins/popen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/popen.c b/plugins/popen.c
index a7e6f9b..45d2a3d 100644
--- a/plugins/popen.c
+++ b/plugins/popen.c
@@ -188,7 +188,6 @@ spopen (const char *cmdstring)
188 cmd = NULL; 188 cmd = NULL;
189 189
190 argv[i++] = str; 190 argv[i++] = str;
191 printf("arg no.%i: %s\n",i,str);
192 191
193 } 192 }
194 argv[i] = NULL; 193 argv[i] = NULL;