Skip to content
Snippets Groups Projects
Commit 0f858210 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

Archiver does not remove error message as it is already done by the collector...

Archiver does not remove error message as it is already done by the collector factory when necessary
parent d92f42ad
No related branches found
No related tags found
No related merge requests found
......@@ -1074,7 +1074,6 @@ public class HdbArchiver extends DeviceImpl implements TangoConst {
}
okAttributes.add(attCompleteName.toLowerCase());
koAttributes.remove(attCompleteName.toLowerCase());
collectorFactory.removeErrorMessage(attCompleteName);
logger.debug("OK: " + attCompleteName);
} catch (final ArchivingException e) {
try {
......
......@@ -1060,7 +1060,6 @@ public class TdbArchiver extends DeviceImpl implements TangoConst {
}
okAttributes.add(attCompleteName.toLowerCase());
koAttributes.remove(attCompleteName.toLowerCase());
collectorFactory.removeErrorMessage(attCompleteName);
logger.info("OK: " + attCompleteName);
} catch (final ArchivingException e) {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment