summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/cfg.c')
-rw-r--r--Gui/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index 829ee8ece0..27d1888c6d 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -285,7 +285,7 @@ int cfg_write( void )
fprintf( f,"%s = \"%s\"\n",gui_opts[i].name, v);
free(v);
} else if((int)v == -1)
- mp_msg(MSGT_GPLAYER,MSGL_WARN,"Unable to save the %s option\n");
+ mp_msg(MSGT_GPLAYER,MSGL_WARN,"Unable to save the '%s' option\n", gui_opts[i].name);
}
fclose( f );
}