if (tmin <= thr_count && thr_count < tmax)
tmax = thr_count;
- ha_diag_warning("Multi-socket cpu detected, automatically binding on active CPUs of '%d' (%u active cpu(s))\n", first_node_id, cpu_count);
+ ha_diag_notice("Multi-socket cpu detected, automatically binding on active CPUs of '%d' (%u active cpu(s))\n", first_node_id, cpu_count);
if (!global.nbthread)
global.nbthread = tmax;
}
if (global.nbthread)
- ha_diag_warning("Created %d threads split into %d groups\n", global.nbthread, global.nbtgroups);
+ ha_diag_notice("Created %d threads split into %d groups\n", global.nbthread, global.nbtgroups);
else
- ha_diag_warning("Could not determine any CPU cluster\n");
+ ha_diag_notice("Could not determine any CPU cluster\n");
return 0;
}
}
if (global.nbthread)
- ha_diag_warning("Created %d threads split into %d groups\n", global.nbthread, global.nbtgroups);
+ ha_diag_notice("Created %d threads split into %d groups\n", global.nbthread, global.nbtgroups);
else
- ha_diag_warning("Could not determine any CPU cluster\n");
+ ha_diag_notice("Could not determine any CPU cluster\n");
return 0;
}