Skip to content

Commit

Permalink
Fix findbugs-slf4j warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Dec 14, 2017
1 parent ea9dccd commit a652934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ private void copyTransForDocument(String docName) {
log.info("Skipping Copy Trans for {} (due to dry run)", docName);
return;
}
log.info("Running Copy Trans for " + docName);
log.info("Running Copy Trans for {}", docName);
try {
this.copyTransClient.startCopyTrans(getOpts().getProj(),
getOpts().getProjectVersion(), docName);
Expand Down

0 comments on commit a652934

Please sign in to comment.