summaryrefslogtreecommitdiffstats
path: root/plugins/check_ups.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r--plugins/check_ups.c2
1 files changed, 1 insertions, 1 deletions
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)
408 } 408 }
409 409
410 if (strcmp (ptr, "ERR VAR-NOT-SUPPORTED") == 0) { 410 if (strcmp (ptr, "ERR VAR-NOT-SUPPORTED") == 0) {
411 //printf ("Error: Variable '%s' is not supported\n", varname); 411 /*printf ("Error: Variable '%s' is not supported\n", varname);*/
412 return NOSUCHVAR; 412 return NOSUCHVAR;
413 } 413 }
414 414