Improve accuracy of TunnelControllerGroup message

This commit is contained in:
hankhill19580
2019-10-08 18:14:42 +00:00
parent cb2544157f
commit e4c5c4862f

View File

@@ -382,8 +382,7 @@ public class TunnelControllerGroup implements ClientApp {
" - ignoring old tunnel configuration in " + cfgFile);
}
} else {
_log.logAlways(Log.WARN, "Not migrating tunnel configurations on excluded platform " +
" - using tunnel configuration in " + cfgFile);
_log.logAlways(Log.WARN, "Not migrating tunnel configurations");
}
} catch (IOException ioe) {
if (_log.shouldLog(Log.ERROR))