internal: Formatter rework (#3186)
This commit is contained in:
parent
c3a83daa1e
commit
61a71c65ac
48 changed files with 671 additions and 655 deletions
|
|
@ -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++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue