@@ -553,7 +553,7 @@ |
||
553 | 553 | $this->log('Failed to execute: ' . $sql, Project::MSG_ERR); |
554 | 554 | $this->setErrorProp(); |
555 | 555 | if ('abort' !== $this->onError) { |
556 | - $this->log((string)$e, Project::MSG_ERR); |
|
556 | + $this->log((string) $e, Project::MSG_ERR); |
|
557 | 557 | } |
558 | 558 | if ('continue' !== $this->onError) { |
559 | 559 | throw new BuildException('Failed to execute SQL', $e); |