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.
This commit is contained in:
Yasuyuki Tanaka 2016-12-05 17:50:34 +01:00
parent 9ccc1697cf
commit f5d6b7ed0f

View file

@ -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