Code

fixes from richard brodie (tracker id 1216576)
[nagiosplug.git] / plugins / check_ups.c
index 1cdf9e9e6b0e9d554c60392730a084d1306428c2..e11332fc6593890abee2aaa7b0cf2b9eb174e8d3 100644 (file)
@@ -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;
        }