changeset 14148:00bb3326391c

printf --> mp_msg
author diego
date Sun, 12 Dec 2004 22:24:32 +0000
parents 8553a7522a09
children a46b8a75efe9
files Gui/interface.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/interface.c	Sun Dec 12 21:43:28 2004 +0000
+++ b/Gui/interface.c	Sun Dec 12 22:24:32 2004 +0000
@@ -600,7 +600,7 @@
 	 }
 	break;
    case guiIEvent:
-        printf( "cmd: %d\n",(int)arg );
+        mp_msg( MSGT_GPLAYER,MSGL_V,"cmd: %d\n",(int)arg );
 	switch( (int)arg )
 	 {
           case MP_CMD_QUIT: