aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/rpc_command_executor.cpp
diff options
context:
space:
mode:
authorbinaryFate <binaryfate01@gmail.com>2016-01-14 23:10:07 +0100
committerbinaryFate <binaryfate01@gmail.com>2016-01-14 23:10:07 +0100
commit80e38895b3d14e279ce80e84b3bdd8c76ebde0c5 (patch)
tree14590fa55eb2ccb619b670fbb84e5421b35bc9fc /src/daemon/rpc_command_executor.cpp
parentMerge pull request #606 (diff)
downloadmonero-80e38895b3d14e279ce80e84b3bdd8c76ebde0c5.tar.xz
Print msg when successfully updating out_peers
Diffstat (limited to 'src/daemon/rpc_command_executor.cpp')
-rw-r--r--src/daemon/rpc_command_executor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp
index fc06c858b..06f0f89bc 100644
--- a/src/daemon/rpc_command_executor.cpp
+++ b/src/daemon/rpc_command_executor.cpp
@@ -964,6 +964,8 @@ bool t_rpc_command_executor::out_peers(uint64_t limit)
}
}
+ std::cout << "Max limit of out peers set to " << limit << std::endl;
+
return true;
}