]> git.sesse.net Git - vlc/commitdiff
macosx: Use msg_Dbg instead on msg_Info.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 10:23:39 +0000 (12:23 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 5 Jul 2008 10:23:39 +0000 (12:23 +0200)
modules/gui/macosx/intf.m

index 7b8709d21472b71db76c4bc606e8247df71bf8b9..eb61920db94315cfa1ff386b5082c36719e289d3 100644 (file)
@@ -1200,7 +1200,7 @@ static VLCMain *_o_sharedMainInstance = nil;
 
     pthread_testcancel(); /* If we were cancelled stop here */
 
-    msg_Info( p_intf, "Killing the Mac OS X module" );
+    msg_Dbg( p_intf, "Killing the Mac OS X module" );
 
     /* We are dead, terminate */
     [NSApp performSelectorOnMainThread: @selector(terminate:) withObject:nil waitUntilDone:NO];