Explorar el Código

logging stuff

jomo hace 10 años
padre
commit
42dae4582b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
       }