From da307c758b460860122c0a97452d74164da4a16a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Tue, 3 Oct 2017 10:56:27 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30512 --- server/user.jobengine.osgi.commons/deploy.launch | 2 +- .../src/user/commons/nexio/NexioClipEventDispatcher.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/user.jobengine.osgi.commons/deploy.launch b/server/user.jobengine.osgi.commons/deploy.launch index 0ffa54aa..d09c777c 100644 --- a/server/user.jobengine.osgi.commons/deploy.launch +++ b/server/user.jobengine.osgi.commons/deploy.launch @@ -1,7 +1,7 @@ - + diff --git a/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java b/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java index f434ebb1..26eaee08 100644 --- a/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java +++ b/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java @@ -178,7 +178,7 @@ public class NexioClipEventDispatcher implements ClipEventListener { while (clips.hasNext()) { Clip clip = clips.next(); BasicDBObject jsonClip = convertClipToJSON(clip); - logger.info("Found NEXIO clip: {} {}", clip.getId(), clip.getXid()); + logger.debug("Found NEXIO clip: {} {}", clip.getId(), clip.getXid()); this.saveClipIntoMongo(jsonClip, emptyMap); } logger.info("NEXIO metadata import completed."); @@ -229,14 +229,14 @@ public class NexioClipEventDispatcher implements ClipEventListener { } /* - + int c = connection.read(buffer, 0, 2); //2 bytes hosszan az idokozben hozzaadott id-k szamossaga if (c < 2) { throw new ProtocolException("c, 2, 2"); } //MSB, LSB - + return nofIds; */ return ret; -- 2.54.0