Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7160 from EOSIO/remove_eosio_root_print
Browse files Browse the repository at this point in the history
remove "eosio root" print on nodeos startup
  • Loading branch information
spoonincode authored Apr 18, 2019
2 parents d8c0b85 + 74a4c7a commit 3fd0591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/nodeos/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ int main(int argc, char** argv)
return INITIALIZE_FAIL;
initialize_logging();
ilog("${name} version ${ver}", ("name", nodeos::config::node_executable_name)("ver", app().version_string()));
ilog("eosio root is ${root}", ("root", root.string()));
ilog("${name} using configuration file ${c}", ("name", nodeos::config::node_executable_name)("c", app().full_config_file_path().string()));
ilog("${name} data directory is ${d}", ("name", nodeos::config::node_executable_name)("d", app().data_dir().string()));
app().startup();
Expand Down

0 comments on commit 3fd0591

Please sign in to comment.