Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 6367007

Browse files
committed
feat: no config file
1 parent 177ee9b commit 6367007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ int main(int argc, char *argv[]) {
3030
}
3131

3232
nitro_utils::nitro_logo();
33-
LOG_INFO << "Server started, listening at: " << host << ":" << port
34-
<< "please load your model";
33+
LOG_INFO << "Server started, listening at: " << host << ":" << port;
34+
LOG_INFO << "please load your model";
3535
drogon::app().addListener(host, port);
3636
drogon::app().run();
3737

0 commit comments

Comments
 (0)