diff --git a/webui/run-jobs.php b/webui/run-jobs.php index 93a4a97..6df9f41 100644 --- a/webui/run-jobs.php +++ b/webui/run-jobs.php @@ -34,7 +34,7 @@ try { // Start the job queue $result = $client->runSet($set); - RippingCluster_LogEntry::info($log, 'Job queue completed', 'batch'); + RippingCluster_ClientLogEntry::info($log, null, 'Job queue completed', 'batch'); } catch (RippingCluster_Exception $e) { die("Uncaught Exception (" . get_class($e) . "): " . $e->getMessage() . "\n");