diff --git a/Blacklight/processing/post/ProcessAdditional.php b/Blacklight/processing/post/ProcessAdditional.php index 1c4d541ea..15028c5ad 100755 --- a/Blacklight/processing/post/ProcessAdditional.php +++ b/Blacklight/processing/post/ProcessAdditional.php @@ -824,7 +824,7 @@ class ProcessAdditional // Get a list of files in the nzb. $this->_nzbContents = $this->_nzb->nzbFileList($nzbContents, ['no-file-key' => false, 'strip-count' => true]); if (\count($this->_nzbContents) === 0) { - $this->_echo('NZB is potentially broken for GUID: '.$this->_release->guid.'deleting the release.', 'warning'); + $this->_echo('NZB is potentially broken for GUID: '.$this->_release->guid.', deleting the release.', 'warning'); Release::query()->where('guid', $this->_release->guid)->delete(); }