Skip to content

Commit

Permalink
improved pool usage, see #167 and #208
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 25, 2019
1 parent c1ff694 commit 4b1dadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/configurePreferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ module.exports = async function() {
winston.log( 'error', 'database connection failed, short term string storage will not work, err = ' + err );
}
else {
console.log( 'err = ' + err );
console.log( 'res = ' + res );
winston.log( 'info', 'database test succeeded' );
console.log( 'res = ' + JSON.stringify( res ) );
}
} );

Expand Down

0 comments on commit 4b1dadb

Please sign in to comment.