Merge pull request #1976 from yatch/pr/missing-single-quote

Resolve  "unmatched single quote" error in Travis CI failed tests
master-31012017
Nicolas Tsiftes 2016-12-12 17:06:16 +01:00 committed by GitHub
commit 8fca9ced8e
1 changed files with 1 additions and 1 deletions

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