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

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.
parent 681a89de
......@@ -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;
......
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