From 4ecc751a27cc5bc5877ed86a1b9322565016adfd Mon Sep 17 00:00:00 2001 From: nokyan Date: Sat, 27 Jul 2024 10:33:38 +0200 Subject: [PATCH] Consistent ID printing --- src/utils/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/app.rs b/src/utils/app.rs index 84d0eb14..ab6bc86a 100644 --- a/src/utils/app.rs +++ b/src/utils/app.rs @@ -288,7 +288,7 @@ impl App { .map(str::to_string); debug!( - "Found application \"{display_name}\" ({id}) at {} with commandline `{}` (detected executable name: {})", + "Found application \"{display_name}\" (ID: {id}) at {} with commandline `{}` (detected executable name: {})", file_path.to_string_lossy(), commandline.as_ref().unwrap_or(&"".into()), executable_name.as_ref().unwrap_or(&"".into()),