mirror of https://github.com/BOINC/boinc.git
Client: on startup, show project info after reading account manager info.
Otherwise we don't show "no work" info correctly if it came from an AM.
This commit is contained in:
parent
9f8f52b782
commit
2fc798550d
|
@ -726,8 +726,6 @@ int CLIENT_STATE::init() {
|
|||
|
||||
check_if_need_benchmarks();
|
||||
|
||||
log_show_projects();
|
||||
|
||||
read_global_prefs();
|
||||
|
||||
// do CPU scheduler and work fetch
|
||||
|
@ -760,6 +758,8 @@ int CLIENT_STATE::init() {
|
|||
acct_mgr_info.init();
|
||||
project_init.init();
|
||||
|
||||
log_show_projects(); // this must follow acct_mgr_info.init()
|
||||
|
||||
// set up for handling GUI RPCs
|
||||
//
|
||||
if (!no_gui_rpc) {
|
||||
|
|
Loading…
Reference in New Issue