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) return ERROR; } else if (warn_percent < crit_percent) { - usage4 + usage4 (_("Warning percentage should be more than critical percentage")); } else if (warn_size_bytes < crit_size_bytes) { |