mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
xwayland: Remove some stray logs
These really aren't too helpful.
This commit is contained in:
parent
208296a619
commit
97ea4e8717
@ -145,7 +145,6 @@ create_lockfile (int display, int *display_out)
|
||||
|
||||
if (kill (other, 0) < 0 && errno == ESRCH)
|
||||
{
|
||||
g_warning ("unlinking stale lock file %s", filename);
|
||||
if (unlink (filename) < 0)
|
||||
{
|
||||
const char *msg = strerror (errno);
|
||||
@ -393,8 +392,6 @@ meta_xwayland_start (MetaXWaylandManager *manager,
|
||||
&pid,
|
||||
&error))
|
||||
{
|
||||
g_message ("forked X server, pid %d\n", pid);
|
||||
|
||||
close (sp[1]);
|
||||
manager->client = wl_client_create (wl_display, sp[0]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user