From e7b0c27b54cdbcf248db191bcd34d5b8b4de2e99 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 17 Dec 2016 14:12:56 +0100 Subject: improve log formatting --- command/download.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'command/download.php') diff --git a/command/download.php b/command/download.php index c9fc5cd..4018a9a 100644 --- a/command/download.php +++ b/command/download.php @@ -119,13 +119,14 @@ function download($what, $conference, $url, $cache) if(!do_download($url, $cache)) { stderr( - '!! download %s for conference %s from %s to %s failed miserably !!', + ' !! download %s for conference %s from %s to %s failed miserably !!', $what, $conference->getSlug(), $url, $cache ); } + return true; } function do_download($url, $cache) -- cgit v1.2.3