Better claim log message

This commit is contained in:
Paul Rodwell 2023-04-18 10:37:42 +01:00
parent 7e4e1e940d
commit b2927e47c9
No known key found for this signature in database
GPG Key ID: 083BA337597C49E6
1 changed files with 1 additions and 1 deletions

View File

@ -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())