From d713c5de2508f74d8db18dffee61ad2bbd3fa8ed Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Fri, 4 Mar 2005 21:58:40 +0000 Subject: Fixed // comments (Steve Greenland - 1143836) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1146 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_ups.c') 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; } -- cgit v1.2.3