diff options
Diffstat (limited to 'modules/throttle/throttle.module')
-rw-r--r-- | modules/throttle/throttle.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index 9879fe55e..4c1da37a5 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -106,7 +106,7 @@ function throttle_exit() { } if ($message) { cache_clear_all(); - watchdog('throttle', t('Throttle') .': '. $message); + watchdog('throttle', 'Throttle: %message', array('%message' => $message)); } } } |