From e4741daeb380ec9431fda435f1767310e325b187 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Fri, 25 Oct 2019 12:36:30 +0200 Subject: [PATCH] service status: full id used in lists at all times. --- src/status.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.cr b/src/status.cr index 2e98497..741be59 100644 --- a/src/status.cr +++ b/src/status.cr @@ -35,7 +35,7 @@ else if service.nil? service_not_found = true else - puts "#{service.id}: #{service.status PID_DIRECTORY}" + puts "#{service.full_id}: #{service.status PID_DIRECTORY}" end end