From 16f0d725b39b11a862fe8a9a9e1d4b66e8018286 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:03:40 +0200 Subject: [PATCH] fix log message --- src/enterprise/license.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enterprise/license.rs b/src/enterprise/license.rs index 3c61f90b37..8a5eca6d17 100644 --- a/src/enterprise/license.rs +++ b/src/enterprise/license.rs @@ -524,7 +524,7 @@ pub async fn run_periodic_license_check(pool: DbPool) -> Result<(), LicenseError }, Err(err) => { warn!( - "Failed to renew the license: {err}. Retrying in {} seconds", + "Failed to renew the license: {err}. Retrying in {}", format_duration(check_period) ); }