mirror of https://github.com/Icinga/icinga2.git
Fix check_swap formatting
This fixes a small formatting mistake introduced by #6811. To keep the check_swap output in sync with all other plugins I fixed the formatting.
This commit is contained in:
parent
530f890cab
commit
7ba4d49505
|
@ -200,7 +200,7 @@ static int printOutput(printInfoStruct& printInfo)
|
|||
if (printInfo.crit.rend(currentValue, printInfo.tSwap))
|
||||
state = CRITICAL;
|
||||
|
||||
std::wcout << stateToString(state) << " ";
|
||||
std::wcout << stateToString(state) << " - ";
|
||||
|
||||
if (!printInfo.showUsed)
|
||||
std::wcout << printInfo.percentFree << L"% free ";
|
||||
|
|
Loading…
Reference in New Issue