diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 10:28:24 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-22 11:20:37 +0000 |
| commit | 9f17b1a30f5e774520438ca45dd21090663a6d09 (patch) | |
| tree | 3e79c0bf050d6e7057193dedc0a21e9d152eba99 | |
| parent | 6a5dfb88d2135b02898fec1a31bd47cd076f77ec (diff) | |
| download | monzero-core-9f17b1a30f5e774520438ca45dd21090663a6d09.tar.gz monzero-core-9f17b1a30f5e774520438ca45dd21090663a6d09.tar.xz monzero-core-9f17b1a30f5e774520438ca45dd21090663a6d09.zip | |
updates: s/monerod/monero/ for the main download
Also print download success message as global log
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index c96389ac7..a6b62f2ff 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1088,7 +1088,7 @@ namespace cryptonote //----------------------------------------------------------------------------------------------- bool core::check_updates() { - static const char software[] = "monerod"; + static const char software[] = "monero"; static const char subdir[] = "cli"; // because it can never be simple #ifdef BUILD_TAG static const char buildtag[] = BOOST_PP_STRINGIZE(BUILD_TAG); @@ -1141,7 +1141,7 @@ namespace cryptonote MCERROR("updates", "Download from " << url << " does not match the expected hash"); return false; } - MCINFO("updates", "New version downloaded to " << path); + MGINFO("New version downloaded to " << path); } else { |
