diff options
Diffstat (limited to 'plugins/popen.c')
-rw-r--r-- | plugins/popen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/popen.c b/plugins/popen.c index d527c22..f05fe97 100644 --- a/plugins/popen.c +++ b/plugins/popen.c | |||
@@ -123,7 +123,7 @@ spopen (const char *cmdstring) | |||
123 | str += strspn (str, " \t\r\n"); /* trim any leading whitespace */ | 123 | str += strspn (str, " \t\r\n"); /* trim any leading whitespace */ |
124 | 124 | ||
125 | if (i >= argc - 2) { | 125 | if (i >= argc - 2) { |
126 | printf ("You've got a big problem buddy! You need more args!!!\n"); | 126 | printf ("CRITICAL - You need more args!!!\n"); |
127 | return (NULL); | 127 | return (NULL); |
128 | } | 128 | } |
129 | 129 | ||