Set some things to log level always

This commit is contained in:
Megamouse 2020-11-03 16:09:53 +01:00
parent 088931525d
commit 91b8e7504e
2 changed files with 4 additions and 4 deletions

View file

@ -388,7 +388,7 @@ int main(int argc, char** argv)
// Write OS version
logs::stored_message os;
os.m.ch = nullptr;
os.m.sev = logs::level::notice;
os.m.sev = logs::level::always;
os.stamp = 0;
os.text = utils::get_OS_version();