Fix wrong corefactor warning, fixes #4615
This commit is contained in:
parent
553310fb31
commit
0cc4c4380a
@ -42,7 +42,7 @@ namespace contractor
|
||||
|
||||
int Contractor::Run()
|
||||
{
|
||||
if (config.core_factor)
|
||||
if (config.core_factor != 1.0)
|
||||
{
|
||||
util::Log(logWARNING)
|
||||
<< "Using core factor is deprecated and will be ignored. Falling back to CH.";
|
||||
|
Loading…
Reference in New Issue
Block a user