summaryrefslogtreecommitdiff
path: root/windows/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/gui.c')
-rw-r--r--windows/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 408cd49d4..0df219002 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -56,6 +56,8 @@ void win32_run(void)
int timeout; /* timeout in miliseconds */
UINT timer_id = 0;
+ LOG(("Starting messgae dispatcher"));
+
while (!win32_quit) {
/* run the scheduler and discover how long to wait for
* the next event.