Commit f4bb1746 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Use msg_Dbg instead on msg_Info.

parent 547cfbf4
...@@ -1200,7 +1200,7 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -1200,7 +1200,7 @@ static VLCMain *_o_sharedMainInstance = nil;
pthread_testcancel(); /* If we were cancelled stop here */ 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 */ /* We are dead, terminate */
[NSApp performSelectorOnMainThread: @selector(terminate:) withObject:nil waitUntilDone:NO]; [NSApp performSelectorOnMainThread: @selector(terminate:) withObject:nil waitUntilDone:NO];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment