Michael Burns has submitted this change and it was merged. Change subject: log: Workaround missing getChild in python 2.6 ......................................................................
log: Workaround missing getChild in python 2.6 Logger.getChild() is missing in python 2.6, so we need to work around this. Done by emulating getChild. Change-Id: Ie22fb60025a8de54d9044281fe964c081bb6ebaf Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1013461 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/log.py 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Michael Burns: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19666 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie22fb60025a8de54d9044281fe964c081bb6ebaf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Michael Burns <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
