Merge branch 'dev' into dev2

This commit is contained in:
Milos Kozak 2017-11-20 17:40:45 +01:00
commit 1335887957

View file

@ -415,6 +415,7 @@ public class ConfigBuilderPlugin implements PluginBase, PumpInterface, Constrain
log.debug("Current profile: " + getProfile().getData().toString()); log.debug("Current profile: " + getProfile().getData().toString());
log.debug("New profile: " + profile.getData().toString()); log.debug("New profile: " + profile.getData().toString());
} }
return result;
} else return true; } else return true;
} }