diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-07-05 13:19:02 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-07-16 13:52:37 +0100 |
commit | 090856b55b5895ce07f36ddebe6d8f7cb86c1826 (patch) | |
tree | 802f31b84428e029f05bcbff2013da5f3e1b4037 /hw/xwin/winblock.c | |
parent | 9fe9c5f868886abf671b3be3964af1965dd92472 (diff) |
hw/xwin: Tidy up some pointless output which is always emitted
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/winblock.c')
-rw-r--r-- | hw/xwin/winblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winblock.c b/hw/xwin/winblock.c index c1a6e705a..480e3bd48 100644 --- a/hw/xwin/winblock.c +++ b/hw/xwin/winblock.c @@ -58,7 +58,7 @@ winBlockHandler(ScreenPtr pScreen, if (pScreenPriv != NULL && !pScreenPriv->fServerStarted) { int iReturn; - winDebug("winBlockHandler - Releasing pmServerStarted\n"); + ErrorF("winBlockHandler - pthread_mutex_unlock()\n"); /* Flag that modules are to be started */ pScreenPriv->fServerStarted = TRUE; |