Skip to content
Snippets Groups Projects

Resolve "output bug: missing spaces"

Merged Jörg Sachse requested to merge 7-output-bug-missing-spaces into master
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
@@ -79,10 +79,11 @@ public class SLUBMatroskaFFV1FormatValidationPlugin implements FormatValidationP
} catch (Exception e) {
e.printStackTrace();
}
log.info( "SLUBMatroskaFFV1FormatValidationPlgin instantiated with"
+ " mediaconch binary=" + mediaconch_binary_path
+ "cfg (current)=" + mediaconch_current_profile_path
+ "cfg (upcoming)=" + mediaconch_upcoming_profile_path
log.info( "SLUBMatroskaFFV1FormatValidationPlugin instantiated with"
+ " mediaconch binary='" + mediaconch_binary_path
+ "', cfg (current)='" + mediaconch_current_profile_path
+ "', cfg (upcoming)='" + mediaconch_upcoming_profile_path
+ "'"
);
}
Loading