Yaniv Dary has uploaded a new change for review. Change subject: etl: fixed service running message text (#889755) ......................................................................
etl: fixed service running message text (#889755) Bug-Url: https://bugzilla.redhat.com/889755 Change-Id: Ia0624c2d694ad9bb33711506e8ecd821e4b131f9 Signed-off-by: Yaniv Dary <yd...@redhat.com> --- M data-warehouse/history_etl/history_service/ovirt-engine-dwhd 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/67/10567/1 diff --git a/data-warehouse/history_etl/history_service/ovirt-engine-dwhd b/data-warehouse/history_etl/history_service/ovirt-engine-dwhd index dbf9b31..ba3c000 100644 --- a/data-warehouse/history_etl/history_service/ovirt-engine-dwhd +++ b/data-warehouse/history_etl/history_service/ovirt-engine-dwhd @@ -164,7 +164,7 @@ if [ -f "$ETL_PID" ]; then read kpid < $ETL_PID if checkpid $kpid 2>&1; then - echo "$0 is running (${kpid})" + echo "$0 is running (pid ${kpid})" RETVAL="0" else echo "oVirt ETL service is not running for pid $kpid" -- To view, visit http://gerrit.ovirt.org/10567 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia0624c2d694ad9bb33711506e8ecd821e4b131f9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <yd...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches