minor: fix whitespace
This commit is contained in:
parent
df7ab297b8
commit
df2de87193
1 changed files with 1 additions and 2 deletions
|
@ -3245,7 +3245,6 @@ int main(int argc, char **argv)
|
||||||
log_data["api_key"] = "api_key: " + (sparams.api_key_file.empty() ? "" : sparams.api_key_file + " ") + "(" + std::to_string(sparams.api_keys.size()) + " keys loaded)";
|
log_data["api_key"] = "api_key: " + (sparams.api_key_file.empty() ? "" : sparams.api_key_file + " ") + "(" + std::to_string(sparams.api_keys.size()) + " keys loaded)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
LOG_INFO("HTTP server listening", log_data);
|
LOG_INFO("HTTP server listening", log_data);
|
||||||
// run the HTTP server in a thread - see comment below
|
// run the HTTP server in a thread - see comment below
|
||||||
std::thread t([&]()
|
std::thread t([&]()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue