Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgfeldman committed Sep 20, 2017
1 parent 8735bbe commit 319931c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/si/CDIS/report/attachment/FailedSection.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public boolean generateTextForRecord(CDISMap cdisMap) {
cdisErrorLog.setCdisMapId(cdisMap.getCdisMapId());

String errorDesc = cdisErrorLog.returnDescriptionForMapId();
sectionTextData.add("File: " + cdisMap.getFileName() + "Error: " + errorDesc) ;
sectionTextData.add("File: " + cdisMap.getFileName() + " Error: " + errorDesc) ;

return true;
}
Expand Down

0 comments on commit 319931c

Please sign in to comment.