Change in ovirt-engine[master]: core: Fix redundant space in DB upgrade output

Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix redundant space in DB upgrade output ...................................................................... core: Fix redundant space in DB upgrade output The run_file function only receives one argument, so $2 is always evaluated as an empty string. This cause the database upgrade/creation scripts to print "Running upgrade sql script" and "Running upgrade shell script", with two whitespaces after "Running" instead of just one. Removing the call to $2 resolves this issue. Change-Id: I3cb5f8778e570df1f2f76f3a16d32530b9a24b52 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/dbscripts/dbfunctions.sh 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/14195 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3cb5f8778e570df1f2f76f3a16d32530b9a24b52 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>
participants (1)
-
amureini@redhat.com