aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-12-15 15:21:58 +0200
committerRiccardo Spagni <ric@spagni.net>2015-12-15 15:22:09 +0200
commitba7a01646d94ebd192da75a2173e1526a21571f4 (patch)
tree53a228ee6ac1f75878548131bb6578e7ea367323 /src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp
parent90182daf8dcb7e6e8f06dad1b51f89cfd16c4d6b (diff)
parentcb4ee1b50d4c1ad6e618ec36e6f5e3802386cf32 (diff)
downloadmonzero-core-ba7a01646d94ebd192da75a2173e1526a21571f4.tar.gz
monzero-core-ba7a01646d94ebd192da75a2173e1526a21571f4.tar.xz
monzero-core-ba7a01646d94ebd192da75a2173e1526a21571f4.zip
Merge pull request #535
cb4ee1b Tone down L0 logs during daemon sync some more (moneromooo-monero) 2177923 Tone down a bit L0 logs during daemon sync (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp
index f0bc6a5b9..12ec4b14a 100644
--- a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp
+++ b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp
@@ -122,7 +122,7 @@ cryptonote_protocol_handler_base::~cryptonote_protocol_handler_base() {
void cryptonote_protocol_handler_base::handler_request_blocks_history(std::list<crypto::hash>& ids) {
using namespace epee::net_utils;
- LOG_PRINT_L0("### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size());
+ LOG_PRINT_L1("### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size());
LOG_PRINT_RED("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)" , LOG_LEVEL_0);
_note_c("net/req2", "### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size());
// TODO