Skip to content

Commit

Permalink
Refactoring to support play calls from ams
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Oct 12, 2015
1 parent b1429a1 commit 2b3908f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void setServices(Set<IStreamableFileService> services) {

/** {@inheritDoc} */
public IStreamableFileService getService(File fp) {
logger.debug("Get service for file: " + fp.getName());
logger.debug("Get service for file: {}", fp.getName());
// Return first service that can handle the passed file
for (IStreamableFileService service : this.services) {
if (service.canHandle(fp)) {
Expand Down

0 comments on commit 2b3908f

Please sign in to comment.