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
1 changed files with 2 additions and 2 deletions

View File

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