Skip to content

Commit f8e4d0d

Browse files
author
Jason Kridner
committed
Demote unfound pinmux to a debug statement
1 parent 6579786 commit f8e4d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hw_mainline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ exports.setPinMode = function(pin, pinData, template, resp, callback) {
106106
}
107107
} else {
108108
resp.err = 'No pinmux for ' + pin.key;
109-
winston.error(resp.err);
109+
if(debug) winston.debug(resp.err);
110110
}
111111

112112
if(template == 'bspwm') {

0 commit comments

Comments
 (0)