Skip to content

Commit aa35ff1

Browse files
committed
Fix a string
1 parent 56d8195 commit aa35ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ fn main() {
259259

260260
let mut led_ctl = get_led_controller();
261261
if !led_ctl.supports_rgb() {
262-
println!("NOTICE: This device doesn't support setting RGB values. quitting");
262+
println!("NOTICE: This device doesn't support setting RGB values");
263263
}
264264

265265
// find battery

0 commit comments

Comments
 (0)