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:
David Anderson 2019-01-02 15:25:06 -08:00
parent 9f8f52b782
commit 2fc798550d
1 changed files with 2 additions and 2 deletions

View File

@ -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) {