Skip to content

Commit 079cb08

Browse files
committed
error on library not found
1 parent 757fca4 commit 079cb08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

photon-core/src/main/java/org/photonvision/jni/PhotonJNICommon.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ protected static synchronized boolean forceLoad(
4646

4747
if (in == null) {
4848
instance.setLoaded(false);
49+
logger.error("Failed to find internal native library " + nativeLibName);
4950
return false;
5051
}
5152

0 commit comments

Comments
 (0)