Skip to content

Commit 58f15d7

Browse files
author
Rafael Hamdan
committed
* Fix to a small typo in OTAdmin.
* Changes to ProtocolAdmin::adminCommandPayHouses.
1 parent 397b857 commit 58f15d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ int commandPayHouses(char* params)
545545

546546
int ret = sendCommand(CMD_PAY_HOUSES, NULL);
547547
if(ret == -1){
548-
std::cerr << "[payhouses] error in server shutdown" << std::endl;
548+
std::cerr << "[payhouses] error paying houses" << std::endl;
549549
return -1;
550550
}
551551

0 commit comments

Comments
 (0)