mirror of https://github.com/BOINC/boinc.git
client: show "wrong URL - reattach" message as a notice
This commit is contained in:
parent
5c269be699
commit
314de0357a
|
@ -605,8 +605,8 @@ int CLIENT_STATE::handle_scheduler_reply(
|
||||||
sr.master_url
|
sr.master_url
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
msg_printf(project, MSG_INFO,
|
msg_printf(project, MSG_USER_ALERT,
|
||||||
_("You used the wrong URL for this project. When convenient, remove this project, then add %s"),
|
_("This project is using an old URL. When convenient, remove the project, then add %s"),
|
||||||
sr.master_url
|
sr.master_url
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue