Skip to content

Commit

Permalink
Display launching information
Browse files Browse the repository at this point in the history
  • Loading branch information
Spl3en committed Aug 18, 2019
1 parent 8d3746b commit 6a80178
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/aegis/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ namespace ICONation::Aegis

// Create block downloader
m_downloader = std::make_unique<BlockDownloader::Client> (threads, m_endpoint);

Common::Dbg::info ("Launching Aegis with the following parameters :");
Common::Dbg::info (" Endpoint : {}", m_endpoint);
Common::Dbg::info (" Threads : {}", threads);
Common::Dbg::info (" Cache Size : {}", m_cacheSize);
}

Application::~Application (void)
Expand Down

0 comments on commit 6a80178

Please sign in to comment.