keyfile: Output unescaped filename if session file cannot be opened

Fixes #779.
This commit is contained in:
LarsDW223 2018-03-13 20:47:01 +01:00 committed by Matthew Brush
parent 08a60e3c7e
commit 7fd73a06a7

View File

@ -1206,7 +1206,7 @@ static gboolean open_session_file(gchar **tmp, guint len)
}
else
{
geany_debug("Could not find file '%s'.", tmp[7]);
geany_debug("Could not find file '%s'.", unescaped_filename);
}
g_free(locale_filename);