diff options
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r-- | plugins/check_swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index 04cc1aee..f0269633 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -507,7 +507,7 @@ validate_arguments (void) | |||
507 | return ERROR; | 507 | return ERROR; |
508 | } | 508 | } |
509 | else if (warn_percent < crit_percent) { | 509 | else if (warn_percent < crit_percent) { |
510 | usage4 | 510 | usage4 |
511 | (_("Warning percentage should be more than critical percentage")); | 511 | (_("Warning percentage should be more than critical percentage")); |
512 | } | 512 | } |
513 | else if (warn_size_bytes < crit_size_bytes) { | 513 | else if (warn_size_bytes < crit_size_bytes) { |