Print msg when successfully updating out_peers
This commit is contained in:
parent
92b753d5e4
commit
80e38895b3
|
@ -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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue