diff options
author | jbrjake <[email protected]> | 2009-10-02 23:56:30 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2009-10-02 23:56:30 +0000 |
commit | 1c4d36e2a35669c27629299dfaae82e043fcf4a0 (patch) | |
tree | 746e5e2e9caa022e2e89bf494c05c10dcf8d352c /test/test.c | |
parent | d518796f3d77372db728de467268a63fda18a47f (diff) |
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
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |