]> git.sesse.net Git - vlc/commitdiff
osx/framework: fixed verbosity setting
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 17 Dec 2009 19:14:18 +0000 (20:14 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 17 Dec 2009 19:14:29 +0000 (20:14 +0100)
projects/macosx/framework/Sources/VLCLibrary.m

index cfa580b74f78f3cc71296ba9199d186d4b10c774..a30d2ed575f75f9d737d032305c32d7022f27d0c 100644 (file)
@@ -74,7 +74,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
             "--ignore-config",           // Don't read and write VLC config files.
                        "--opengl-provider=minimal_macosx", // Use minimal_macosx
             "--vout=minimal_macosx",
-                       "-verbose=-1",               // Don't polute the log
+                       "--verbose=2",               // Don't polute the log
             "--play-and-pause"           // When ending a stream pause it instead of stopping it.
             //, "--control=motion", "--motion-use-rotate", "--video-filter=rotate"
         };