Browse Source

logging stuff

jomo 10 years ago
parent
commit
42dae4582b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/helpers.js

+ 1 - 1
modules/helpers.js

@@ -27,7 +27,7 @@ function store_images(uuid, details, callback) {
       // Username handling
       if (uuid.length <= 16) {
         skinurl = "https://skins.minecraft.net/MinecraftSkins/" + uuid + ".png";
-        console.log('is username');
+        console.log(uuid + " is a username");
       } else {
         skinurl = skin_url(profile);
       }