function authcache_debug_authcache_canceled in Authenticated User Page Caching (Authcache) 7.2
Implements hook_authcache_canceled().
File
- modules/
authcache_debug/ authcache_debug.module, line 278 - Debug widget for Authcache.
Code
function authcache_debug_authcache_canceled($reason) {
_authcache_debug_status('Caching CANCELED');
authcache_debug_log(t('Canceled'), $reason);
}