Skip to content

Commit

Permalink
fix banner not showing on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
dr3mro committed Jan 1, 2025
1 parent 3b9e998 commit c7843ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <cstdlib>
#include <exception>
#include <iostream>
#include <memory>
#include <string>
#include <utility>
Expand Down Expand Up @@ -112,4 +113,5 @@ void Server::print_banner()
Banner::print(" - Threads", config_.threads, fmt::color::light_green, fmt::color::yellow);
Banner::print(" - Database", fmt::format("{} {}", db_config_.max_conn, "connections"), fmt::color::light_green, fmt::color::yellow);
Banner::print_line();
std::flush(std::cout);
}

0 comments on commit c7843ac

Please sign in to comment.