Fix the message spacing

This commit is contained in:
DariusIII
2019-03-14 15:15:05 +01:00
parent 3402055c64
commit c43a229f07
@@ -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();
}