mirror of https://github.com/node-red/node-red.git
Downplay twitter geo-area capability (from warn to log)
parent
c3926f6513
commit
dfc427c192
|
|
@ -28,7 +28,7 @@ module.exports = function(RED) {
|
|||
screen_name: {type:"text"},
|
||||
access_token: {type: "password"},
|
||||
access_token_secret: {type:"password"}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
function TwitterInNode(n) {
|
||||
|
|
@ -158,7 +158,7 @@ module.exports = function(RED) {
|
|||
st = { locations: node.tags };
|
||||
}
|
||||
else {
|
||||
node.warn("twitter: possible bad geo area format. Should be lower-left lon,lat, upper-right lon,lat");
|
||||
node.log("possible bad geo area format. Should be lower-left lon, lat, upper-right lon, lat");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue