Switch ExitWM error to LOG

Why was it system in the first place?
This commit is contained in:
scorpion-26 2023-01-27 20:42:07 +01:00 committed by GitHub
parent 07b2d5e35d
commit 8b20500b3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,7 +399,7 @@ namespace System
#ifdef HAS_HYPRLAND
system("killall Hyprland");
#else
system("Implement me!");
LOG("Implement me!");
#endif
}