Use client logging table for run-jobs dispatcher

This commit is contained in:
2010-08-22 23:03:00 +01:00
parent 0df1d96cdc
commit fbddd4425b

View File

@@ -20,7 +20,8 @@ class HandBrakeCluster_Main {
$log_table = null; $log_table = null;
switch(HBC_File) { switch(HBC_File) {
case 'index': { case 'index':
case 'run-jobs': {
$log_table = 'client_log'; $log_table = 'client_log';
} break; } break;