@@ -60,8 +60,9 @@ |
||
| 60 | 60 | { |
| 61 | 61 | //introduce logging method here to keep track of process |
| 62 | 62 | // can be overwritten in extended class to log with custom preocess logger |
| 63 | - if ($this->verbose) |
|
| 64 | - Log::error($msg); |
|
| 63 | + if ($this->verbose) { |
|
| 64 | + Log::error($msg); |
|
| 65 | + } |
|
| 65 | 66 | } |
| 66 | 67 | |
| 67 | 68 | public function cleanUpTmpDirs() |