mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
misc: make Debug::log flush stdout (#542)
Makes it a lot easier to spot a failed RASSERT
This commit is contained in:
parent
edbecc8708
commit
f225e23e5b
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ namespace Debug {
|
||||||
std::cout << "] ";
|
std::cout << "] ";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
|
std::cout << std::vformat(fmt, std::make_format_args(args...)) << std::endl;
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue