Skip to content

Commit

Permalink
Push annoying versioning message down to trace
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1199892 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
driftx committed Nov 9, 2011
1 parent 45edba6 commit 8c16cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ else if (msg != null)
header = input.readInt();
assert isStream == (MessagingService.getBits(header, 3, 1) == 1) : "Connections cannot change type: " + isStream;
version = MessagingService.getBits(header, 15, 8);
logger.debug("Version is now {}", version);
logger.trace("Version is now {}", version);
receiveMessage(input, version);
}
}
Expand Down

0 comments on commit 8c16cfd

Please sign in to comment.