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:
Michael Insel 2019-01-30 19:41:24 +01:00
parent 530f890cab
commit 7ba4d49505
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 ";