Fix english of error message for sql-api connection problems
This commit is contained in:
parent
277c00c7f8
commit
50a902a90b
@ -80,7 +80,7 @@ module.exports = function(){
|
|||||||
// call sql api
|
// call sql api
|
||||||
request.get({url:sqlapi, qs:qs, json:true}, function(err, res, body){
|
request.get({url:sqlapi, qs:qs, json:true}, function(err, res, body){
|
||||||
if (err){
|
if (err){
|
||||||
console.log('ERROR running connecting to SQL API on ' + sqlapi + ': ' + err);
|
console.log('ERROR connecting to SQL API on ' + sqlapi + ': ' + err);
|
||||||
callback(err);
|
callback(err);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user