mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6160
This commit is contained in:
parent
9944da1a44
commit
1c8907f027
|
@ -1134,7 +1134,7 @@ void CMainFrame::OnConnectError(CMainFrameEvent&) {
|
|||
|
||||
::wxMessageBox(
|
||||
_("Connection failed."),
|
||||
_("Connection failed."),
|
||||
_("BOINC Manager - Connection failed."),
|
||||
wxICON_ERROR
|
||||
);
|
||||
|
||||
|
@ -1147,7 +1147,7 @@ void CMainFrame::OnConnectErrorAuthentication(CMainFrameEvent&) {
|
|||
|
||||
::wxMessageBox(
|
||||
_("The password you have provided is incorrect, please try again."),
|
||||
_("Connection Error"),
|
||||
_("BOINC Manager - Connection Error"),
|
||||
wxICON_ERROR
|
||||
);
|
||||
|
||||
|
|
|
@ -1043,7 +1043,7 @@ int RPC_CLIENT::init_poll() {
|
|||
fprintf(stderr, "init_poll: get_socket_error(): %d\n", retval);
|
||||
}
|
||||
}
|
||||
if (retval || time(0) > (connect_timestamp + 30)) {
|
||||
if (retval || time(0) > (connect_timestamp + 60)) {
|
||||
if (tried_alt_port) {
|
||||
fprintf(stderr, "already tried both ports, giving up\n");
|
||||
return retval;
|
||||
|
|
Loading…
Reference in New Issue