Skip to content

Commit 29f1a35

Browse files
committed
Fix debug logging error
1 parent 9b03a02 commit 29f1a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function(primus, opts) {
3838

3939
// if the target is unknown, refuse to send
4040
if (! target) {
41-
debug('got a to request for id "' + parts[0] + '" but cannot find target');
41+
console.warn('got a to request for id "' + parts[0] + '" but cannot find target');
4242
return false;
4343
}
4444
}

0 commit comments

Comments
 (0)