diff --git a/modules/system/system.module b/modules/system/system.module index 35b8999beaea90614dfcdd6a5cf07d79221c9bcc..b35092fb234563f0ba2e6b0fd09287328d16770a 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1224,7 +1224,7 @@ function system_cron() { // If files that exist cannot be deleted, continue so the database remains // consistent. if (!file_delete($file->filepath)) { - watchdog('file system', t('Could not delete temporary file "%path" during garbage collection', array('%path' => $file->filepath)), 'error'); + watchdog('file system', 'Could not delete temporary file "%path" during garbage collection', array('%path' => $file->filepath), 'error'); continue; } }