Index: typo3/sysext/belog/mod/index.php =================================================================== --- typo3/sysext/belog/mod/index.php (revision 7578) +++ typo3/sysext/belog/mod/index.php (working copy) @@ -285,7 +285,7 @@ if ($this->MOD_SETTINGS['action'] > 0) { $where_part.=' AND type='.intval($this->MOD_SETTINGS['action']); } elseif ($this->MOD_SETTINGS['action'] == -1) { - $where_part.=' AND error'; + $where_part.=' AND error = 1'; }