reformat a console.log

This commit is contained in:
ansuz 2016-01-29 11:53:37 +01:00
parent 1166bd7e74
commit 28387f8c90
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
module.exports.create = function(conf, cb){
console.log("Loading amnesiadb. This is a horrible idea in production,"+
"as data *will not* persist\n");
" as data *will not* persist\n");
var db=[],
index=0;