From fbddd4425bec6d658efb926a5621df7f31b41b18 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 22 Aug 2010 23:03:00 +0100 Subject: [PATCH] Use client logging table for run-jobs dispatcher --- lib/HandBrakeCluster/Main.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/HandBrakeCluster/Main.class.php b/lib/HandBrakeCluster/Main.class.php index 9fff224..2dfe0a0 100644 --- a/lib/HandBrakeCluster/Main.class.php +++ b/lib/HandBrakeCluster/Main.class.php @@ -20,7 +20,8 @@ class HandBrakeCluster_Main { $log_table = null; switch(HBC_File) { - case 'index': { + case 'index': + case 'run-jobs': { $log_table = 'client_log'; } break;