Skip to content

Commit

Permalink
Fix build failure in EventLogger class.
Browse files Browse the repository at this point in the history
Target: trunk
Request: 2.7
Require-notes: no
Require-book: no
Patch: none
  • Loading branch information
gbehrmann committed Nov 11, 2013
1 parent cc106ce commit 59440b0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public static void deliverBegin(CellMessage envelope)
log.add("lastuoid", envelope.getLastUOID());
log.add("session", envelope.getSession());
log.add("message", getMessage(envelope));
log.add("source", envelope.getSourcePath())
log.add("source", envelope.getSourcePath());
log.add("destination", envelope.getDestinationPath());
deliver.info(log.toString());
}
Expand Down

0 comments on commit 59440b0

Please sign in to comment.