Skip to content

Commit

Permalink
Decent log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Dec 16, 2024
1 parent abfa183 commit f800851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class Wacom.MainPage : Switchboard.SettingsPage {
try {
tools = tool_map.list_tools (d);
} catch (WacomException e) {
warning (e.message);
warning ("Failed to list tools: %s", e.message);
return;
}

Expand Down

0 comments on commit f800851

Please sign in to comment.