Fix log not updating

This commit is contained in:
calzoneman 2013-11-15 23:54:45 -06:00
parent fc41b01209
commit ac15c17981
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ Callbacks = {
return;
if(data.success) {
log.data("log", data);
log.text(data.data);
} else {
log.text("Error reading channel log");