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 3408be3eb..a40db7ea8 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -207,7 +207,7 @@ function _throttle_update($hits) { variable_set("throttle_cron_timestamp", time()); /* log the change */ if ($throttle_new < $throttle) { - watchdog("message", "message: '". $hits ."' hits in past minute; throttle decreased to level ". $throttle_new); + watchdog("regular", "message: '". $hits ."' hits in past minute; throttle decreased to level ". $throttle_new); } else { watchdog("warning", "warning: '". $hits ."' hits in past minute; throttle increased to level ". $throttle_new); |