diff options
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 1cdf9e9e..e11332fc 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; } |