From: Zbigniew Jędrzejewski-Szmek Date: Tue, 5 Oct 2021 17:56:46 +0000 (+0200) Subject: shared/dissect-image: reword debug message X-Git-Tag: v250-rc1~515^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc7ac73ddbb36f7a6c324cf36febb3d5b0501947;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index 74cebe1f711..6b2289defa1 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)