]> granicus.if.org Git - handbrake/commitdiff
libhb: log json job string
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 9 Jun 2015 15:17:29 +0000 (15:17 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 9 Jun 2015 15:17:29 +0000 (15:17 +0000)
For now, the log leve of this is 1.  When we feel that the json job code
has stabilized, we may want to change the log level to 2 or 3.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7281 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/work.c

index 6d891b42618c3507de58b8de30f483792e6bde8b..2ac218d27b0a13a77b3376297f6f247c4a051974 100644 (file)
@@ -101,6 +101,8 @@ static void work_func( void * _work )
         // because the default values for the job come from the title.
         if (job->json != NULL)
         {
+            hb_deep_log(1, "json job:\n%s", job->json);
+
             // Perform title scan for json job
             hb_json_job_scan(job->h, job->json);