Skip to content
Snippets Groups Projects
Commit 2ad94b66 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

Merge branch '7-output-bug-missing-spaces' into 'master'

Resolve "output bug: missing spaces"

Closes #7

See merge request !2
parents 4dadd0b3 58434217
No related branches found
No related tags found
1 merge request!2Resolve "output bug: missing spaces"
Pipeline #4483 passed
...@@ -79,10 +79,11 @@ public class SLUBMatroskaFFV1FormatValidationPlugin implements FormatValidationP ...@@ -79,10 +79,11 @@ public class SLUBMatroskaFFV1FormatValidationPlugin implements FormatValidationP
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
log.info( "SLUBMatroskaFFV1FormatValidationPlgin instantiated with" log.info( "SLUBMatroskaFFV1FormatValidationPlugin instantiated with"
+ " mediaconch binary=" + mediaconch_binary_path + " mediaconch binary='" + mediaconch_binary_path
+ "cfg (current)=" + mediaconch_current_profile_path + "', cfg (current)='" + mediaconch_current_profile_path
+ "cfg (upcoming)=" + mediaconch_upcoming_profile_path + "', cfg (upcoming)='" + mediaconch_upcoming_profile_path
+ "'"
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment