Skip to content

Conversation

abesanderson
Copy link
Contributor

@akka-ci
Copy link

akka-ci commented Jul 13, 2016

Can one of the repo owners verify this patch?

@ktoso
Copy link
Contributor

ktoso commented Jul 13, 2016

OK TO TEST

@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins labels Jul 13, 2016
@akka-ci
Copy link

akka-ci commented Jul 13, 2016

Test PASSed.

@akka-ci akka-ci removed the validating PR is currently being validated by Jenkins label Jul 13, 2016
@@ -784,7 +784,7 @@ trait LoggingFSM[S, D] extends FSM[S, D] { this: Actor ⇒
case a: ActorRef ⇒ a.toString
case _ ⇒ "unknown"
}
log.debug("processing " + event + " from " + srcstr)
log.debug("processing " + event + " from " + srcstr + " in state " + stateName)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this to debug("processing {} from {} in state {}", event, srcstr, stateName) so that we do not construct this string even when logging is not enabled. Same below.

@johanandren
Copy link
Contributor

LGTM but please boyscout-remove the string-building when debugging not enabled, thanks!

@ktoso
Copy link
Contributor

ktoso commented Jul 14, 2016

LGTM, thanks a lot - good improvement!

@ktoso ktoso added the reviewed Ready to merge from review perspetive, but awaiting some additional action (e.g. order of merges) label Jul 14, 2016
@akka-ci akka-ci added validating PR is currently being validated by Jenkins tested PR that was successfully built and tested by Jenkins and removed tested PR that was successfully built and tested by Jenkins validating PR is currently being validated by Jenkins labels Jul 14, 2016
@akka-ci
Copy link

akka-ci commented Jul 14, 2016

Test PASSed.

@johanandren johanandren merged commit 03fcf87 into akka:master Jul 15, 2016
@johanandren
Copy link
Contributor

Thanks @abesanderson !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed Ready to merge from review perspetive, but awaiting some additional action (e.g. order of merges) tested PR that was successfully built and tested by Jenkins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants