SCWrapper: newline at end of console messages, ensures that they actually appear.

nix
Owen Green 7 years ago
parent 04d066ee3d
commit b7093de5b2

@ -232,7 +232,7 @@ private:
if (!r.ok())
{
std::cout << "ERROR: " << Wrapper::getName() << ": " << r.message().c_str();
std::cout << "ERROR: " << Wrapper::getName() << ": " << r.message().c_str() << '\n';
return false;
}

Loading…
Cancel
Save