Skip to content

Commit

Permalink
[backend] add missing newline to bs_worker error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Feb 6, 2017
1 parent 29a4302 commit f15c65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_worker
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ sub dobuild {
rm_rf("$buildroot/.build.packages");
# move directory with extracted build results
if(!rename("$buildroot/.mount/.build.packages", "$buildroot/.build.packages")) {
print "final rename failed: $!";
print "final rename failed: $!\n";
return 1;
}
# XXX: extracted cpio is flat but code below expects those directories...
Expand Down

0 comments on commit f15c65a

Please sign in to comment.