X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_ups.c;h=e11332fc6593890abee2aaa7b0cf2b9eb174e8d3;hb=f573447d1f6dbf25b58bbfea81226a2ae3736555;hp=1cdf9e9e6b0e9d554c60392730a084d1306428c2;hpb=e9ccc6b21a1152bbf150302c4a29a6df79d75bd7;p=nagiosplug.git diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 1cdf9e9..e11332f 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c @@ -408,7 +408,7 @@ get_ups_variable (const char *varname, char *buf, size_t buflen) } if (strcmp (ptr, "ERR VAR-NOT-SUPPORTED") == 0) { - //printf ("Error: Variable '%s' is not supported\n", varname); + /*printf ("Error: Variable '%s' is not supported\n", varname);*/ return NOSUCHVAR; }