fix error message
This commit is contained in:
parent
3f94d624b1
commit
769634ef4b
|
@ -100,7 +100,8 @@ public class FileWatcherThread implements Runnable {
|
||||||
try {
|
try {
|
||||||
watcher.check();
|
watcher.check();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
FileTail.error("Unexception exception", e);
|
FileTail.error("Unexpected exception: " +
|
||||||
|
e.getMessage(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue