Hotfix: useless error

This commit is contained in:
Nekotekina 2020-12-16 11:07:02 +03:00
parent 3dbecada4e
commit 6b3f722ff0
3 changed files with 11 additions and 5 deletions

View file

@ -369,7 +369,7 @@ int main(int argc, char** argv)
#endif
// Initialize thread pool finalizer (on first use)
named_thread("", []{});
named_thread("", []{})();
std::unique_ptr<logs::listener> log_file;
{