From 33c1d35cb76f8751e90a64c30c8c45e785d6fd6e Mon Sep 17 00:00:00 2001 From: maurj Date: Fri, 16 Feb 2007 08:30:47 +0000 Subject: [PATCH] Changed HB_DEBUG_NONE back to HB_DEBUG_ALL in test.c for verbose option - I'd inadvertently set it incorrectly in rev 321 git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@365 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index 0675a6302..a5cc8b045 100644 --- a/test/test.c +++ b/test/test.c @@ -652,7 +652,7 @@ static int ParseOptions( int argc, char ** argv ) update = 1; break; case 'v': - debug = HB_DEBUG_NONE; + debug = HB_DEBUG_ALL; break; case 'C': cpu = atoi( optarg ); -- 2.40.0