Skip to content

Commit

Permalink
[backend] append error to logfile if we could not create the kiwitree
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed May 30, 2012
1 parent 9a8d4a6 commit a56e50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_worker
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,7 @@ if ($ex == 0) {
};
if ($@) {
print "could not create kiwitree: $@\n";
BSUtil::appendstr("$buildroot/.build.log", "\ncould not create kiwitree: $@\n");
$ex = 1;
}
}
Expand Down

0 comments on commit a56e50f

Please sign in to comment.