diff options
author | binaryFate <binaryfate01@gmail.com> | 2016-01-14 23:13:12 +0100 |
---|---|---|
committer | binaryFate <binaryfate01@gmail.com> | 2016-01-14 23:13:12 +0100 |
commit | 0100e951d3a3580f2d498416b82f56e908dfa046 (patch) | |
tree | 90bffda637f1f330ad2a6a87f2f493f8b38671a5 /src/daemon/rpc_command_executor.cpp | |
parent | Print msg when successfully updating out_peers (diff) | |
download | monero-0100e951d3a3580f2d498416b82f56e908dfa046.tar.xz |
'max limit of...' is redundant wording, rephrase
Diffstat (limited to 'src/daemon/rpc_command_executor.cpp')
-rw-r--r-- | src/daemon/rpc_command_executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 06f0f89bc..edf04bc82 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -964,7 +964,7 @@ bool t_rpc_command_executor::out_peers(uint64_t limit) } } - std::cout << "Max limit of out peers set to " << limit << std::endl; + std::cout << "Max number of out peers set to " << limit << std::endl; return true; } |