Merge pull request #6925 from Icinga/bugfix/check-swap-format

Fix check_swap formatting
This commit is contained in:
Michael Friedrich 2019-01-31 09:13:41 +01:00 committed by GitHub
commit c9fe1dbd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ";