Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: fix issue with conflict of latest two independent merges ......................................................................
packaging: fix issue with conflict of latest two independent merges Change-Id: I1e297aaba1847b5623461486255295ae334f53ff Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/services/ovirt-engine.xml.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/68/15268/1 diff --git a/packaging/services/ovirt-engine.xml.in b/packaging/services/ovirt-engine.xml.in index f8378e8..408f6f7 100644 --- a/packaging/services/ovirt-engine.xml.in +++ b/packaging/services/ovirt-engine.xml.in @@ -86,7 +86,7 @@ <level name="INFO"/> <handlers> <handler name="ENGINE"/> - #if $getBoolean('ENGINE_LOG_TO_CONSOLE') + #if $getboolean('ENGINE_LOG_TO_CONSOLE') <handler name="CONSOLE"/> #end if </handlers> -- To view, visit http://gerrit.ovirt.org/15268 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1e297aaba1847b5623461486255295ae334f53ff Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
