mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
Log "Annotation scanning elapsed time ..." instead of "Scanning elapsed time ..."
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
b4cc3ef2de
commit
9b49fc9433
@ -481,7 +481,7 @@ public class AnnotationConfiguration extends AbstractConfiguration
|
||||
boolean timeout = !latch.await(getMaxScanWait(context), TimeUnit.SECONDS);
|
||||
long elapsedMs = TimeUnit.MILLISECONDS.convert(System.nanoTime() - start, TimeUnit.NANOSECONDS);
|
||||
|
||||
LOG.info("Scanning elapsed time={}ms", elapsedMs);
|
||||
LOG.info("Annotation scanning elapsed time={}ms", elapsedMs);
|
||||
|
||||
if (LOG.isDebugEnabled())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user