Skip to content

Commit

Permalink
Change get_events restart log notices to log level (not error).
Browse files Browse the repository at this point in the history
(imported from commit 52c3828d1c880545303f00bdf68585bdac844599)
  • Loading branch information
timabbott committed Sep 25, 2015
1 parent b21a105 commit 45a8b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ exports.send_message_success = function (local_id, message_id, start_time, local

setTimeout(function () {
if (exports.send_times_data[message_id].received === undefined) {
blueslip.error("Restarting get_events due to delayed receipt of sent message " + message_id);
blueslip.log("Restarting get_events due to delayed receipt of sent message " + message_id);
server_events.restart_get_events();
}
}, 5000);
Expand Down

0 comments on commit 45a8b05

Please sign in to comment.