Skip to content

Commit 10bc0be

Browse files
committed
Clarify who is calling uninit
1 parent f23f201 commit 10bc0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensor-vernier/src/main/java/org/concord/sensor/vernier/labquest/LabQuestSensorDevice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void close()
101101

102102
try {
103103
labQuest.close();
104-
System.out.println("Calling uninit");
104+
System.out.println("LabQuest: Calling uninit");
105105
labQuestLibrary.uninit(this);
106106
// because we only init the library when the device is created
107107
// it is safest to null out the library here so we don't try use it again

0 commit comments

Comments
 (0)