mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 08:31:54 -07:00
internal: Formatter rework (#3186)
This commit is contained in:
@@ -62,7 +62,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
configPath = next_arg;
|
||||
Debug::log(LOG, "User-specified config location: '%s'", configPath.c_str());
|
||||
Debug::log(LOG, "User-specified config location: '{}'", configPath.c_str());
|
||||
|
||||
it++;
|
||||
|
||||
|
Reference in New Issue
Block a user