diff --git a/plugins/check_swap.cpp b/plugins/check_swap.cpp index 906a1017d..302f20b46 100644 --- a/plugins/check_swap.cpp +++ b/plugins/check_swap.cpp @@ -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 ";