cc-4240: fixed

This commit is contained in:
Rudi Grinberg 2012-08-21 16:33:37 -04:00
parent 9c046feffe
commit 64a36ea21a
2 changed files with 2 additions and 1 deletions

View File

@ -1549,7 +1549,7 @@ class Application_Model_Show
$sql = $sql." AND ({$exclude})";
}
$result = $con->query($sql);
$result = $con->query($sql)->fetchAll();
return $result;
}

View File

@ -286,6 +286,7 @@ class Recorder(Thread):
self.process_recorder_schedule(temp)
self.logger.info("Bootstrap recorder schedule received: %s", temp)
except Exception, e:
self.logger.error( traceback.format_exc() )
self.logger.error(e)
self.logger.info("Bootstrap complete: got initial copy of the schedule")