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

restored previous log message behavior: the bug didn't come from this api

parent 275f2428
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
package fr.soleil.archiving.hdbtdb.api.manager;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
......@@ -695,8 +694,7 @@ public abstract class ArchivingManagerApiRef implements IArchivingManagerApiRef
deviceData.insert(messConfigArray);
final DeviceProxy archiverProxy = new DeviceProxy(archiver);
archiverProxy.set_timeout_millis(TANGO_TIMEOUT);
LOGGER.info("starting {} on {}", Arrays.toString(archiverArchivingMessConfig.getAttributeList()),
archiver);
LOGGER.info("starting {} on {}", archiverArchivingMessConfig.getAttributeList(), archiver);
archiverProxy.command_inout(ARCHIVINGSTART, deviceData);
} catch (final DevFailed devFailed) {
LOGGER.error("start archiving failed {}", devFailed);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment