From: Ton Voon Date: Tue, 30 Nov 2004 00:24:26 +0000 (+0000) Subject: Updated output to UNKNOWN X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5fe6a11cc78dded4ca1b05400ce0da4c0967cbb2;p=nagiosplug.git Updated output to UNKNOWN git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@954 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/urlize.c b/plugins/urlize.c index 337a91f..d3d97b5 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -102,7 +102,7 @@ main (int argc, char **argv) if (!found) die (STATE_UNKNOWN, - _("%s problem - No data received from host\nCMD: %s\n"), + _("%s UNKNOWN - No data received from host\nCMD: %s\n"), argv[0], cmd); /* close the pipe */