Change to SSL log delay to cause the log to write even if delay times out.

This commit is contained in:
Seth Hall 2013-08-05 16:44:50 -04:00
parent 2f0671aeeb
commit 595e2f3c8a
3 changed files with 7 additions and 3 deletions

View file

@ -137,8 +137,8 @@ function log_record(info: Info)
}
timeout 15secs
{
Reporter::info(fmt("SSL delay tokens not released in time (%s tokens remaining)",
|info$delay_tokens|));
# We are just going to log the record anyway.
log_record(info);
}
}
}