From df3f0081888669d218c0dc7e39e6efdff72748d3 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 22 Nov 2014 17:20:25 +0100 Subject: [PATCH] fix typo --- modules/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helpers.js b/modules/helpers.js index eb96e01..aff2df5 100644 --- a/modules/helpers.js +++ b/modules/helpers.js @@ -42,7 +42,7 @@ function store_images(uuid, details, callback) { callback(null, hash); } else { // hash has changed - console.log(uuid + "new hash: " + hash); + console.log(uuid + " new hash: " + hash); var facepath = __dirname + '/../' + config.faces_dir + hash + ".png"; var helmpath = __dirname + '/../' + config.helms_dir + hash + ".png"; // download skin, extract face/helm