mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6925 from Icinga/bugfix/check-swap-format
Fix check_swap formatting
This commit is contained in:
commit
c9fe1dbd15
|
@ -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