diff options
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r-- | plugins/check_hpjd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 51a0099..60e922e 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -227,7 +227,7 @@ main (int argc, char **argv) | |||
227 | 227 | ||
228 | /* might not be the problem, but most likely is. */ | 228 | /* might not be the problem, but most likely is. */ |
229 | result = STATE_UNKNOWN ; | 229 | result = STATE_UNKNOWN ; |
230 | asprintf (&errmsg, "%s : Timeout from host %s\n", errmsg, address ); | 230 | xasprintf (&errmsg, "%s : Timeout from host %s\n", errmsg, address ); |
231 | 231 | ||
232 | } | 232 | } |
233 | 233 | ||