keyfile: Output unescaped filename if session file cannot be opened
Fixes #779.
This commit is contained in:
parent
08a60e3c7e
commit
7fd73a06a7
@ -1206,7 +1206,7 @@ static gboolean open_session_file(gchar **tmp, guint len)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
geany_debug("Could not find file '%s'.", tmp[7]);
|
geany_debug("Could not find file '%s'.", unescaped_filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_free(locale_filename);
|
g_free(locale_filename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user