Rework hotkeys manager, fix many issues on it

This commit is contained in:
Eduardo Bart
2013-01-30 18:23:26 -02:00
parent 377c013dfe
commit 5bf03c50d6
15 changed files with 379 additions and 350 deletions

View File

@@ -106,5 +106,5 @@ function onRecv(protocol, message)
end
function onError(protocol, message, code)
perror('Could not send statistics: ' .. message)
pdebug('Could not send statistics: ' .. message)
end