Commit c84279db6dc475f89e2401ac2830bced346f4e75

Authored by Perry Werneck
1 parent 7f189990
Exists in master and in 1 other branch develop

Improving accelerator error log.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/terminal/keyboard/keyfile.c
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
106 106
107 if(!accel) 107 if(!accel)
108 { 108 {
109 - g_warning("Can't parse accelerator %s",name); 109 + g_warning("Can't parse accelerator '%s' with keys '%s'",name,keys);
110 return; 110 return;
111 } 111 }
112 112