diff --git a/routes/profiles.js b/routes/profiles.js index 05e0a98..1917c20 100644 --- a/routes/profiles.js +++ b/routes/profiles.js @@ -141,7 +141,7 @@ Router.route('/find' + ParamStr) ProfileEvents.once('find', (err, result) => { if (err) { - res.status(500).json({ message: 'There was an error getting the vendor list', err: err }); + res.status(500).json({ message: 'There was an error getting the getting the profiles [' + err + ']', err: err }); } if (result) {