Skip to content

Commit

Permalink
[backend] BSServerEvents: remove superfluous newline in request_note
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Oct 4, 2023
1 parent d94b1dc commit d936257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/BSServerEvents.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sub request_done {
sub request_note {
my ($ev, $msg) = @_;
my $info = $ev->{'request'} ? BSServer::request_infostr($ev->{'request'}) : $ev->{'peer'};
print "$msg for $info\n";
print "$msg for $info";
}

sub replstream_timeout {
Expand Down

0 comments on commit d936257

Please sign in to comment.