server_events: Fix formatting of server_events exception.

This commit is contained in:
Tim Abbott 2017-08-16 11:59:49 -07:00
parent debfe708d0
commit 7a5c6628a6
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ exports.dispatch_normal_event = function dispatch_normal_event(event) {
if (sub) {
stream_events.mark_subscribed(sub, rec.subscribers);
} else {
blueslip.error('Subscribing to unknown stream' + rec.stream_id);
blueslip.error('Subscribing to unknown stream with ID ' + rec.stream_id);
}
});
} else if (event.op === 'peer_add') {