From cc7ac73ddbb36f7a6c324cf36febb3d5b0501947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 5 Oct 2021 19:56:46 +0200 Subject: [PATCH] shared/dissect-image: reword debug message I read the message and initially thought that there's some bug in time subtraction. Let's make it clear that the message is about what we'll do in the future, and not a report on how we waited up until now. --- src/shared/dissect-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index 74cebe1f71..6b2289defa 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -546,7 +546,7 @@ static int device_wait_for_initialization_harder( (void) sd_device_get_sysname(device, &sn); log_device_debug(device, - "Waiting for device '%s' to initialize for %s.", strna(sn), FORMAT_TIMESPAN(left, 0)); + "Will wait up to %s for '%s' to initialize…", FORMAT_TIMESPAN(left, 0), strna(sn)); } if (left != USEC_INFINITY)