Skip to content

Commit

Permalink
Consistent ID printing
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed Jul 27, 2024
1 parent 24a067c commit 4ecc751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(&"<None>".into()),
executable_name.as_ref().unwrap_or(&"<None>".into()),
Expand Down

0 comments on commit 4ecc751

Please sign in to comment.