Fix redirecting message

Thanks rockytvbr
This commit is contained in:
Alexey Sokolov
2018-05-06 22:05:12 +01:00
parent bf95069a75
commit 80b96f3d46
+1 -1
View File
@@ -730,7 +730,7 @@ bool CIRCSock::OnNumericMessage(CNumericMessage& Message) {
CString sPort = Message.GetParam(2);
CString sInfo = Message.GetParam(3);
m_pNetwork->PutStatus(
t_f("Server {1} redirects us to {2}:{3} with reason: {3}")(
t_f("Server {1} redirects us to {2}:{3} with reason: {4}")(
m_pNetwork->GetCurrentServer()->GetString(false), sHost,
sPort, sInfo));
m_pNetwork->PutStatus(