From 43cfad705cddb57c6a79dc51a12d151e14533064 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 16 May 2017 21:12:28 +0200 Subject: Change cron wording to background jobs Signed-off-by: Jan-Christoph Borchardt --- lib/public/ILogger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/public/ILogger.php b/lib/public/ILogger.php index 5680ec781cb..2d1bf4b804d 100644 --- a/lib/public/ILogger.php +++ b/lib/public/ILogger.php @@ -132,7 +132,7 @@ interface ILogger { * * * $logger->logException($ex, [ - * 'message' => 'Exception during cron job execution' + * 'message' => 'Exception during background job execution' * ]); * * -- cgit v1.2.3