mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
hyprctl: add a newline after log()
This commit is contained in:
parent
cff0123ce6
commit
4dd2b5902e
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void log(std::string str) {
|
|||
if (quiet)
|
||||
return;
|
||||
|
||||
std::cout << str;
|
||||
std::cout << str << "\n";
|
||||
}
|
||||
|
||||
std::string getRuntimeDir() {
|
||||
|
|
Loading…
Reference in a new issue