Skip to content

Commit

Permalink
Drop logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrant authored and fmpwizard committed Nov 10, 2012
1 parent 8803caa commit 91db5e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ trait CssBoundScreen extends ScreenWizardRendered with Loggable {
}

protected def setLocalAction(s: String) {
logger.debug("Setting LocalAction (%s) to %s".format(
logger.trace("Setting LocalAction (%s) to %s".format(
Integer.toString(System.identityHashCode(LocalAction), 16), s))
LocalAction.set(s)
}
Expand Down

0 comments on commit 91db5e3

Please sign in to comment.