Commit a63ce8d7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* don't use NSLog here

parent 4b075c9a
......@@ -1534,9 +1534,10 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
- (void)applicationWillTerminate:(NSNotification *)notification
{
NSLog(@"applicationWillTerminate");
playlist_t * p_playlist;
vout_thread_t * p_vout;
msg_Dbg( p_intf, "applicationWillTerminate" );
#define p_input p_intf->p_sys->p_input
if( p_input )
......
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