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
|
||||
request.get({url:sqlapi, qs:qs, json:true}, function(err, res, body){
|
||||
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);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user