From f5dcf639d8c7ab29003d8262765c16e138877c46 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 22 Dec 2009 17:55:09 +0100 Subject: [PATCH] macosx/framework: Bring back default logging value to -1. We could probably expose some function to let the client change that on the fly as well. And/Or fix the logging API. --- projects/macosx/framework/Sources/VLCLibrary.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/macosx/framework/Sources/VLCLibrary.m b/projects/macosx/framework/Sources/VLCLibrary.m index e80fecb0c4..9021d79f1d 100644 --- a/projects/macosx/framework/Sources/VLCLibrary.m +++ b/projects/macosx/framework/Sources/VLCLibrary.m @@ -77,7 +77,7 @@ void __catch_exception( void * e, const char * function, const char * file, int [defaultParams addObject:@"--opengl-provider=minimal_macosx"]; // Use minimal_macosx [defaultParams addObject:@"--vout=minimal_macosx"]; [defaultParams addObject:@"--text-renderer=quartztext"]; // our CoreText-based renderer - [defaultParams addObject:@"--verbose=2"]; // Don't polute the log + [defaultParams addObject:@"--verbose=-1"]; // Don't polute the log [defaultParams addObject:@"--no-color"]; [defaultParams addObject:@"--no-media-library"]; vlcParams = defaultParams; -- 2.39.2