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

Commit 108bbd5

Browse files
committed
feat: no config file
1 parent 571e03b commit 108bbd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.cc

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

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

0 commit comments

Comments
 (0)