diff options
Diffstat (limited to 'node/main.cpp')
| -rw-r--r-- | node/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/main.cpp b/node/main.cpp index 1327ac5..031e0d0 100644 --- a/node/main.cpp +++ b/node/main.cpp @@ -12,6 +12,8 @@ int main(int argc, char* argv[]) { init_logging(boost::log::trivial::severity_level::trace); + BOOST_LOG_TRIVIAL(info) << "Started node"; + po::options_description desc("Allowed options"); desc.add_options() ("help,h", "produce help message.") |
