From 1c4d36e2a35669c27629299dfaae82e043fcf4a0 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Fri, 2 Oct 2009 23:56:30 +0000 Subject: CLI: Use -v1 by default instead of -v0, to match the GUIs. People who want a quiet CLI can still turn it off. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2861 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index 81543c308..41bbe51e0 100644 --- a/test/test.c +++ b/test/test.c @@ -30,7 +30,7 @@ #endif /* Options */ -static int debug = HB_DEBUG_NONE; +static int debug = HB_DEBUG_ALL; static int update = 0; static int dvdnav = 0; static char * input = NULL; -- cgit v1.2.3