diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-12 07:13:02 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-06-12 07:13:02 (GMT) |
commit | 15255ec599506db603b5089357fb137536497537 (patch) | |
tree | e1bdc4b4278dc10631dd45701002bd4c386d0da1 /plugins | |
parent | a25b98d939f46206542c4c9c383c61d218151e2f (diff) | |
download | monitoring-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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/popen.c | 1 |
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; |