* start conn pg info

This commit is contained in:
tix 2016-12-25 02:56:44 +08:00
parent 64adeff5aa
commit 3ed62d9746
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ exports.connTest = function () {
console.log(err);
process.exit(0);
} else {
console.log('ok');
console.log('pg conn ok');
}
});
};