Skip to content
Snippets Groups Projects
Commit 982defd4 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed log error

parent 9669284c
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ public class SLUBMatroskaFFV1FormatValidationPlugin implements FormatValidationP ...@@ -80,7 +80,7 @@ public class SLUBMatroskaFFV1FormatValidationPlugin implements FormatValidationP
e.printStackTrace(); e.printStackTrace();
} }
log.info( "SLUBMatroskaFFV1FormatValidationPlgin instantiated with" log.info( "SLUBMatroskaFFV1FormatValidationPlgin instantiated with"
+ " meduaconch 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
); );
...@@ -132,7 +132,7 @@ public class SLUBMatroskaFFV1FormatValidationPlugin implements FormatValidationP ...@@ -132,7 +132,7 @@ public class SLUBMatroskaFFV1FormatValidationPlugin implements FormatValidationP
} }
reader.close(); reader.close();
} catch (IOException e) { } catch (IOException e) {
log.error("exception creation socket, clamd not available at host=" + host + "port=" + port, e); log.error("(actual) mediaconch not available, path=" + this.mediaconch_binary_path + ", " , e.getMessage());
System.out.println("ERROR: (actual) mediaconch not available, path=" + this.mediaconch_binary_path + ", " + e.getMessage()); System.out.println("ERROR: (actual) mediaconch not available, path=" + this.mediaconch_binary_path + ", " + e.getMessage());
} catch (InterruptedException e) { } catch (InterruptedException e) {
log.error("ERROR: call of mediaconch interrupted, path=" + this.mediaconch_binary_path + ", " + e.getMessage()); log.error("ERROR: call of mediaconch interrupted, path=" + this.mediaconch_binary_path + ", " + e.getMessage());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment