Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
turn this message down to debug. it happens a lot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Oct 6, 2009
1 parent bbbdac5 commit 0d187c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/net/lag/kestrel/KestrelHandler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ class KestrelHandler(val session: IoSession, val config: Config) extends Actor {
} else {
if (closing) {
if (!closeTransaction(key)) {
log.warning("Attempt to close a non-existent transaction on '%s' (sid %d, %s:%d)",
key, sessionID, remoteAddress.getHostName, remoteAddress.getPort)
log.debug("Attempt to close a non-existent transaction on '%s' (sid %d, %s:%d)",
key, sessionID, remoteAddress.getHostName, remoteAddress.getPort)
// let the client continue. it may be optimistically closing previous transactions as
// it randomly jumps servers.
}
Expand Down

0 comments on commit 0d187c7

Please sign in to comment.