Skip to content

Commit 957c66b

Browse files
author
OpenShift Bot
committed
Merge pull request #164 from soltysh/issue163
Merged by openshift-bot
2 parents 29d30b1 + ec1aa7b commit 957c66b

File tree

1 file changed

+1
-3
lines changed
  • pkg/build/strategies/sti

1 file changed

+1
-3
lines changed

pkg/build/strategies/sti/sti.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,7 @@ func (b *STI) Execute(command string, request *api.Request) error {
385385
}
386386
break
387387
}
388-
if glog.V(1) {
389-
glog.Error(text)
390-
}
388+
glog.Error(text)
391389
if len(errOutput) < maxErrorOutput {
392390
errOutput += text + "\n"
393391
}

0 commit comments

Comments
 (0)