Skip to content

Commit

Permalink
Convert heartbeat debug to a trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hellyer committed Dec 31, 2016
1 parent cf17333 commit fb0c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gateway/prep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub fn keepalive(interval: u64,
.insert("op", OpCode::Heartbeat.num())
.build();

debug!("Sending heartbeat d: {}", last_sequence);
trace!("Sending heartbeat d: {}", last_sequence);

if let Err(why) = sender.send_json(&map) {
warn!("Error sending keepalive: {:?}", why);
Expand Down

0 comments on commit fb0c08f

Please sign in to comment.