mirror of
https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
synced 2024-11-21 16:30:41 -05:00
mixer-control: Fix a typo in a debug message
https://bugzilla.gnome.org/show_bug.cgi?id=788565
This commit is contained in:
parent
5b97727788
commit
84087213f1
@ -2412,7 +2412,7 @@ update_card (GvcMixerControl *control,
|
|||||||
const char *key;
|
const char *key;
|
||||||
void *state;
|
void *state;
|
||||||
|
|
||||||
g_debug ("Udpating card %s (index: %u driver: %s):",
|
g_debug ("Updating card %s (index: %u driver: %s):",
|
||||||
info->name, info->index, info->driver);
|
info->name, info->index, info->driver);
|
||||||
|
|
||||||
for (i = 0; i < info->n_profiles; i++) {
|
for (i = 0; i < info->n_profiles; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user