From: Vásáry Dániel Date: Tue, 3 Oct 2017 10:56:27 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=da307c758b460860122c0a97452d74164da4a16a;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30512 --- 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;