mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
xwayland: Put the filename in the error message
This commit is contained in:
parent
14deeef8a7
commit
e5ab4f13f1
@ -166,7 +166,7 @@ create_lockfile (int display, int *display_out)
|
||||
{
|
||||
if (unlink (filename) < 0)
|
||||
{
|
||||
g_warning ("failed to unlink stale lock file: %m");
|
||||
g_warning ("failed to unlink stale lock file %s: %m", filename);
|
||||
display++;
|
||||
}
|
||||
g_free (filename);
|
||||
|
Loading…
Reference in New Issue
Block a user