Skip to content

Commit cec55da

Browse files
authored
fix(a11y): wrong name in log
1 parent d2e0804 commit cec55da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmic-applet-a11y/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn main() -> cosmic::iced::Result {
77
tracing_subscriber::fmt::init();
88
let _ = tracing_log::LogTracer::init();
99

10-
tracing::info!("Starting battery applet with version {VERSION}");
10+
tracing::info!("Starting accessibility applet with version {VERSION}");
1111

1212
cosmic_applet_a11y::run()
1313
}

0 commit comments

Comments
 (0)