From f078c75409ea8f14a6abebb74200b32fc4eb0f7f Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Fri, 19 Jan 2018 11:09:41 +0100 Subject: [PATCH] Add ToDo. --- ATXCommon/FsUtils.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ATXCommon/FsUtils.cs b/ATXCommon/FsUtils.cs index 6ddc193..e153419 100644 --- a/ATXCommon/FsUtils.cs +++ b/ATXCommon/FsUtils.cs @@ -35,6 +35,8 @@ namespace ATXCommon CultureInfo.InvariantCulture); } catch (Exception ex) { + // TODO: discuss if this should be an "Error" message to trigger a mail + // notification to the AdminDebug address: Log.Warn("Unable to parse time from name [{0}], skipping: {1}", dir.Name, ex.Message); return -1; -- GitLab