Skip to content

Commit

Permalink
Update main.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu authored Mar 12, 2024
1 parent 0377a8d commit 23e8b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Server *srv = nullptr;

extern "C" void SignalHandler(int sig) {
if (srv && !srv->IsStopped()) {
LOG(INFO) << "Bye Bye Bye Bye Bye";
LOG(INFO) << "Bye Bye Bye Bye Bye Bye";
srv->Stop();
}
}
Expand Down

0 comments on commit 23e8b7d

Please sign in to comment.