AxWin3 - Designing a text editor (and related APIs)
[tpg/acess2.git] / Usermode / Applications / axwin3_src / libaxwin3.so_src / main.c
index d8f6a61..0c641cd 100644 (file)
@@ -28,7 +28,7 @@ void AxWin3_MainLoop(void)
                msg = AxWin3_int_GetIPCMessage();
                if(!msg)        continue;       
 
-               _SysDebug("oh look, a message (Type=%i, Window=%i, Len=%i)",
+               _SysDebug("AxWin3_MainLoop - Message (Type=%i, Window=%i, Len=%i)",
                        msg->ID, msg->Window, msg->Size);
 
                AxWin3_int_HandleMessage( msg );

UCC git Repository :: git.ucc.asn.au