Index: typo3/sysext/belog/mod/locallang.xml =================================================================== --- typo3/sysext/belog/mod/locallang.xml (revision 8444) +++ typo3/sysext/belog/mod/locallang.xml (working copy) @@ -93,6 +93,8 @@ + + Index: t3lib/class.t3lib_tcemain.php =================================================================== --- t3lib/class.t3lib_tcemain.php (revision 8444) +++ t3lib/class.t3lib_tcemain.php (working copy) @@ -7432,6 +7432,8 @@ public function clear_cacheCmd($cacheCmd) { global $TYPO3_CONF_VARS; + $this->BE_USER->writelog(3, 1, 0, 0, 'User %s has cleared the cache (cacheCmd=%s)', array($this->BE_USER->user['username'], $cacheCmd)); + // Clear cache for either ALL pages or ALL tables! switch($cacheCmd) { case 'pages':