Merge pull request #104 from cmgustavo/bug/02message-connect-mongodb

a warning
This commit is contained in:
Gustavo Maximiliano Cortez 2014-01-21 06:24:09 -08:00
commit 03a01ca29c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ var config = require('./config/config');
//Bootstrap db connection
// If mongod is running
mongoose.connection.on('open', function (ref) {
mongoose.connection.on('open', function () {
console.log('Connected to mongo server.');
});
// If mongod is not running