diff options
| author | Riccardo Spagni <ric@spagni.net> | 2015-12-18 12:15:44 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2015-12-18 12:16:10 +0200 |
| commit | 64ff3c720111849ec7d403ae04b921ef42f23770 (patch) | |
| tree | e8b911544d6f59ccc19e15938a2523df6560689b /src/cryptonote_protocol | |
| parent | 45249d92a76a1adef2fb856e04dc07386fe61bcf (diff) | |
| parent | 63cb1a59aab4ac5f953b8bfbb94518115c89abcc (diff) | |
| download | monzero-core-64ff3c720111849ec7d403ae04b921ef42f23770.tar.gz monzero-core-64ff3c720111849ec7d403ae04b921ef42f23770.tar.xz monzero-core-64ff3c720111849ec7d403ae04b921ef42f23770.zip | |
Merge pull request #543
63cb1a5 move another non user useful log to L1 (moneromooo-monero)
02827d5 p2p: minor log formatting fix (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_protocol')
| -rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp | 2 |
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 12ec4b14a..e5340d62f 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp +++ b/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp @@ -123,7 +123,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_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); + LOG_PRINT_RED("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)" , LOG_LEVEL_1); _note_c("net/req2", "### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size()); // TODO } |
