aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-03-09 09:39:29 +0100
committerHarald Musum <musum@yahooinc.com>2023-03-09 09:39:29 +0100
commit53eb367902bf7bade07c65e653060a62a3e41f31 (patch)
tree3cbd040664d22862f42edba00aa6fbf3816a2358 /container-core
parent2c16cb82fa141bbebd5890f3abfe0ffb2eae29b8 (diff)
Use lower log level
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java b/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java
index 9d023e2a7ca..033b5d4357d 100644
--- a/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java
+++ b/container-core/src/main/java/com/yahoo/osgi/OsgiImpl.java
@@ -43,7 +43,7 @@ public class OsgiImpl implements Osgi {
alwaysCurrentBundle = firstNonFrameworkBundle(initialBundles);
if (alwaysCurrentBundle == null)
throw new IllegalStateException("The initial bundles only contained the framework bundle!");
- log.info("Using " + alwaysCurrentBundle + " to lookup current bundles.");
+ log.fine("Using " + alwaysCurrentBundle + " to lookup current bundles.");
}
@Override