Skip to content

Commit

Permalink
Correct a warning referring to the wrong key
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Mar 26, 2024
1 parent 9f54fcf commit a7383e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwacom/libwacom-database.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ libwacom_parse_stylus_keyfile(WacomDeviceDatabase *db, const char *path)
if (safe_atoi_base (string_list[j], &val, 16)) {
g_array_append_val (stylus->paired_ids, val);
} else {
g_warning ("Stylus %s (%s) Ignoring invalid PairedId value\n", stylus->name, groups[i]);
g_warning ("Stylus %s (%s) Ignoring invalid PairedStylusIds value\n", stylus->name, groups[i]);
}
}

Expand Down

0 comments on commit a7383e4

Please sign in to comment.