Related to #89
This commit is contained in:
David Pilato 2014-10-27 22:13:15 +01:00
parent faf34d745d
commit 92bdc23c78
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class StandaloneTest extends CliTool {
terminal.println("## Extracted text");
terminal.println("--------------------- BEGIN -----------------------");
terminal.println(doc.get(docMapper.mappers().smartName("file").mapper().names().indexName()));
terminal.println("%s", doc.get(docMapper.mappers().smartName("file").mapper().names().indexName()));
terminal.println("---------------------- END ------------------------");
terminal.println("## Metadata");
printMetadataContent(doc, AttachmentMapper.FieldNames.AUTHOR);