mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Qml Better debugging for token manager
This commit is contained in:
parent
c1c1d5ddb4
commit
97a0e00089
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ QtObject
|
|||
console.warn("tokensManager.registerToken(token," +
|
||||
" callback) Attempt to register same" +
|
||||
" callback twice for:",
|
||||
i, token, callback)
|
||||
i, token, callback.name)
|
||||
console.trace()
|
||||
}
|
||||
}
|
||||
|
@ -63,7 +63,7 @@ QtObject
|
|||
var tokCallback = tokens[token][i]
|
||||
if (typeof tokCallback == 'function')
|
||||
{
|
||||
console.log("event token", token, tokCallback)
|
||||
console.log("event token", token, tokCallback.name)
|
||||
tokCallback()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue