Rawserial node - change advis/ce to info.

This commit is contained in:
Dave C-J 2014-04-08 23:07:55 +01:00
parent b164820c8a
commit 517f6346f9

View File

@ -22,7 +22,7 @@ var plat = require('os').platform();
var pre = "\\\\.\\"; var pre = "\\\\.\\";
if (!plat.match(/^win/)) { if (!plat.match(/^win/)) {
util.log("[26-rawserial.js] Advise: Only really needed for Windows boxes without serialport npm module installed."); util.log("[26-rawserial.js] Info : only really needed for Windows boxes without serialport npm module installed.");
pre = ""; pre = "";
} }