deprecation notices
This commit is contained in:
committed by
Patrick Niklaus
parent
2d1ea7a3de
commit
df79b5b4cc
@@ -44,7 +44,8 @@ int Contractor::Run()
|
||||
{
|
||||
if (config.core_factor)
|
||||
{
|
||||
util::Log(logWARNING) << "Using core factor is deprecated and will be ignored. Falling back to CH.";
|
||||
util::Log(logWARNING)
|
||||
<< "Using core factor is deprecated and will be ignored. Falling back to CH.";
|
||||
config.core_factor = 1.0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user