deprecation notices

This commit is contained in:
karenzshea
2017-10-12 16:35:12 +02:00
committed by Patrick Niklaus
parent 2d1ea7a3de
commit df79b5b4cc
8 changed files with 9 additions and 29 deletions
+2 -1
View File
@@ -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;
}