diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 06:45:18 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 06:45:18 (GMT) |
commit | caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe (patch) | |
tree | 118fd80cc8ba27ef695a8e8ce409e5d70f4fa451 /plugins/check_swap.c | |
parent | 16f53e0717b60660145388b0feb351628f606211 (diff) | |
download | monitoring-plugins-caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe.tar.gz |
Bulk EOL cleanup
$ git diff --ignore-space-change|diffstat
0 files changed
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c
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 04cc1ae..f026963 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) { |