Skip to content

Commit

Permalink
[backend] BSServer: remove superfluous newline in error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Nov 29, 2023
1 parent febd9c3 commit 43fa5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/BSServer.pm
Expand Up @@ -703,6 +703,7 @@ sub reply_error {
if ($reply_err) {
warn("$req->{'peer'} [$$]: $err\n");
$err = "reply_error: $reply_err";
chomp $err;
}
die("$req->{'peer'} [$$]: $err\n");
}
Expand Down

0 comments on commit 43fa5b4

Please sign in to comment.