Skip to content

Commit

Permalink
Merge pull request #164 from soltysh/issue163
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Mar 31, 2015
2 parents 29d30b1 + ec1aa7b commit 957c66b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/build/strategies/sti/sti.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@ func (b *STI) Execute(command string, request *api.Request) error {
}
break
}
if glog.V(1) {
glog.Error(text)
}
glog.Error(text)
if len(errOutput) < maxErrorOutput {
errOutput += text + "\n"
}
Expand Down

0 comments on commit 957c66b

Please sign in to comment.