浏览代码

logging stuff

jomo 10 年之前
父节点
当前提交
42dae4582b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
       }