Skip to content

Commit

Permalink
hw/xwin: Fix function name in log message
Browse files Browse the repository at this point in the history
Signed-off-by: Jon TURNEY <[email protected]>
Reviewed-by: Colin Harrison <[email protected]>
  • Loading branch information
jon-turney committed Nov 27, 2012
1 parent 127a706 commit f3aef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xwin/winwin32rootless.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f3aef7f

Please sign in to comment.