From e1bd324e847d3cf7b151466aa0133bb72582bc59 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 19 Jun 2011 00:13:39 +0100 Subject: [PATCH] Bugfix: error in client log call --- webui/run-jobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");