diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-03-03 14:04:35 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-03-03 14:04:35 +0200 |
| commit | 27b7320fed2dca484c7ab5d7b3869eb1891bc8a0 (patch) | |
| tree | 03f900848a60c64ceb5406e494278c849ba87a8c | |
| parent | 321691a698320324afab9d133d230802c0a760b9 (diff) | |
| parent | 96ce57d5514165f83d147628474ab68dbe4f022a (diff) | |
| download | monzero-core-27b7320fed2dca484c7ab5d7b3869eb1891bc8a0.tar.gz monzero-core-27b7320fed2dca484c7ab5d7b3869eb1891bc8a0.tar.xz monzero-core-27b7320fed2dca484c7ab5d7b3869eb1891bc8a0.zip | |
Merge pull request #1801
96ce57d5 protocol: tone down a rate limit not implemented yet warning (moneromooo-monero)
| -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 e06d9cd31..e31276031 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; MDEBUG("### ~~~RRRR~~~~ ### sending request (type 2), limit = " << ids.size()); - MWARNING("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)"); + MDEBUG("RATE LIMIT NOT IMPLEMENTED HERE YET (download at unlimited speed?)"); // TODO } |
