Skip to content

Commit ff39012

Browse files
committed
correct log info
1 parent c146a1b commit ff39012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeployApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function execute(array $customCommands = [])
117117
public function end()
118118
{
119119
if ($this->checkSecurity()) {
120-
$this->logDated('SESSION END');
120+
$this->logDated('SESSION END ' . ($this->hasExecError ? 'WITH ERROR' : 'SUCCESSFUL'));
121121
}
122122

123123
if ($this->logError) {

0 commit comments

Comments
 (0)