'max limit of...' is redundant wording, rephrase

This commit is contained in:
binaryFate 2016-01-14 23:13:12 +01:00
parent 80e38895b3
commit 0100e951d3
3 changed files with 3 additions and 3 deletions

View file

@ -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;
}