client: reduce log spamming in GPU detection

This commit is contained in:
Juha Sointusalo 2018-09-25 22:24:02 +03:00
parent 07915766ed
commit e77dd4c690
1 changed files with 6 additions and 4 deletions

View File

@ -642,10 +642,12 @@ int COPROCS::launch_child_process_to_detect_gpus() {
"[coproc] launching child process at %s",
quoted_client_path
);
msg_printf(0, MSG_INFO,
"[coproc] relative to directory %s",
client_dir
);
if (!is_path_absolute(client_path)) {
msg_printf(0, MSG_INFO,
"[coproc] relative to directory %s",
client_dir
);
}
msg_printf(0, MSG_INFO,
"[coproc] with data directory %s",
quoted_data_dir