diff --git a/ATXCommon/FsUtils.cs b/ATXCommon/FsUtils.cs
index 6ddc193ab2cd97f7cfbf5877a23f293bd907e850..e1534197d1eff5f23eabd339e4dbd6a40d71b110 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;