From f5d6b7ed0fb82aa2313ffdc13e2301ca6362995b Mon Sep 17 00:00:00 2001 From: Yasuyuki Tanaka Date: Mon, 5 Dec 2016 17:50:34 +0100 Subject: [PATCH] ContikiMoteType: add a missing single quote in a log message This resolves the error of "unmatched single quote" by xargs seen in a failed log of Travis CI. --- .../java/org/contikios/cooja/contikimote/ContikiMoteType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cooja/java/org/contikios/cooja/contikimote/ContikiMoteType.java b/tools/cooja/java/org/contikios/cooja/contikimote/ContikiMoteType.java index 42205b94f..7cc8eff5a 100644 --- a/tools/cooja/java/org/contikios/cooja/contikimote/ContikiMoteType.java +++ b/tools/cooja/java/org/contikios/cooja/contikimote/ContikiMoteType.java @@ -401,7 +401,7 @@ public class ContikiMoteType implements MoteType { } // Allocate core communicator class - logger.info("Creating core communicator between Java class " + javaClassName + " and Contiki library '" + getContikiFirmwareFile().getPath() + ""); + logger.info("Creating core communicator between Java class " + javaClassName + " and Contiki library '" + getContikiFirmwareFile().getPath() + "'"); myCoreComm = CoreComm.createCoreComm(this.javaClassName, getContikiFirmwareFile()); /* Parse addresses using map file