|
@@ -943,7 +943,7 @@ consider_hibernation(time_t now)
|
|
if (hibernate_soft_limit_reached()) {
|
|
if (hibernate_soft_limit_reached()) {
|
|
log_notice(LD_ACCT,
|
|
log_notice(LD_ACCT,
|
|
"Bandwidth soft limit reached; commencing hibernation. "
|
|
"Bandwidth soft limit reached; commencing hibernation. "
|
|
- "No new conncetions will be accepted");
|
|
+ "No new connections will be accepted");
|
|
hibernate_begin(HIBERNATE_STATE_LOWBANDWIDTH, now);
|
|
hibernate_begin(HIBERNATE_STATE_LOWBANDWIDTH, now);
|
|
} else if (accounting_enabled && now < interval_wakeup_time) {
|
|
} else if (accounting_enabled && now < interval_wakeup_time) {
|
|
format_local_iso_time(buf,interval_wakeup_time);
|
|
format_local_iso_time(buf,interval_wakeup_time);
|