mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Tweak log
This commit is contained in:
parent
64a4fa825f
commit
018306fa3a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class ScanDir {
|
||||||
_log.info("[call] Cache not found");
|
_log.info("[call] Cache not found");
|
||||||
yield ExceptionEvent(e, stackTrace);
|
yield ExceptionEvent(e, stackTrace);
|
||||||
} catch (e, stackTrace) {
|
} catch (e, stackTrace) {
|
||||||
_log.shout("[call] Failed while listing dir: ${logFilename(root.path)}",
|
_log.severe("[call] Failed while listing dir: ${logFilename(root.path)}",
|
||||||
e, stackTrace);
|
e, stackTrace);
|
||||||
// for some reason exception thrown here can't be caught outside
|
// for some reason exception thrown here can't be caught outside
|
||||||
// rethrow;
|
// rethrow;
|
||||||
|
|
Loading…
Reference in a new issue