Skip to content

Commit 44663ec

Browse files
committed
fix log
1 parent 0dbdf3d commit 44663ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gpui/src/platform/windows/platform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ impl WindowsPlatformInner {
947947
.get(&menu_id)
948948
.map(|action| action.boxed_clone())
949949
else {
950-
log::error!("Tray menu for index {:?} not found", menu_id);
950+
log::error!("Tray menu_id: {:?} not found", menu_id);
951951
return Some(1);
952952
};
953953
self.with_callback(

0 commit comments

Comments
 (0)