From f3aef7f9561d2723da0d1438a8b276b77a1e672e Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sun, 2 Sep 2012 16:04:25 +0100 Subject: [PATCH] hw/xwin: Fix function name in log message Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- hw/xwin/winwin32rootless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwin/winwin32rootless.c b/hw/xwin/winwin32rootless.c index 5bf710209..974309248 100644 --- a/hw/xwin/winwin32rootless.c +++ b/hw/xwin/winwin32rootless.c @@ -263,7 +263,7 @@ winMWExtWMCreateFrame(RootlessWindowPtr pFrame, ScreenPtr pScreen, strcat(pszClass, pszWindowID); #if CYGMULTIWINDOW_DEBUG - winDebug("winCreateWindowsWindow - Creating class: %s\n", pszClass); + winDebug("winMWExtWMCreateFrame - Creating class: %s\n", pszClass); #endif /* Setup our window class */