Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Nov 11, 2024
1 parent edfe27b commit 80bfbb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/wtengine/engine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ class engine final : public config, public input, public display {
std::cout << "OK!\n";

if constexpr (build_options.debug_mode) {
std::cout << "DEBUG MODE --- LOGGING ENABLED\n";
mgr::messages::message_log_start();
logger::start();
}
Expand Down

0 comments on commit 80bfbb3

Please sign in to comment.