diff --git a/server/social.coffee b/server/social.coffee index d0556ac..fee1861 100644 --- a/server/social.coffee +++ b/server/social.coffee @@ -82,7 +82,7 @@ module.exports = exports = (log, loga, argv) -> if !exists fs.writeFile(idFile, JSON.stringify(id), (err) -> if err then return cb err - console.log "Claiming wiki #{wikiName} for #{id}" + console.log "Claiming wiki #{wikiName} for #{id.name}" owner = id ownerName = owner.name cb())