From 66c2cd211e54ce67d7700fb4b2e159f88244333f Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 16 Dec 2024 11:44:33 +0100 Subject: [PATCH] Expand log message Co-authored-by: Aleksander <170264518+t-aleksander@users.noreply.github.com> --- src/grpc/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grpc/utils.rs b/src/grpc/utils.rs index 2778ce16c..41a04893d 100644 --- a/src/grpc/utils.rs +++ b/src/grpc/utils.rs @@ -124,7 +124,7 @@ pub(crate) async fn build_device_config_response( } info!( - "User {}({}) device {}({}) config fetched", + "User {}({}) device {}({}) automatically fetched the newest configuration.", user.username, user.id, device.name, device.id, );