Skip to content

Commit 2c8eaa5

Browse files
committed
[Core] Log missing jar manifest at trace level
1 parent 63b1d39 commit 2c8eaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensorhub-core/src/main/java/org/sensorhub/utils/ModuleUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public static Manifest getManifest(Class<?> clazz)
115115
}
116116
catch (IOException e)
117117
{
118-
log.debug("Cannot access JAR manifest for {}", clazz);
118+
log.trace("Cannot access JAR manifest for {}", clazz);
119119
}
120120

121121
return null;

0 commit comments

Comments
 (0)