Commit 40a0b2b0 authored by Marco Descher's avatar Marco Descher
Browse files

[16303] Provide debug info for smb connection

parent d3192986
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ public class TriggerTaskForEveryFileInDirectoryRunnable implements IIdentifiedRu
			}
			
		} catch (IOException e) {
			logger.debug("--DEBUG--", e);
			throw new TaskException(TaskException.EXECUTION_ERROR, e.getMessage());
		}