We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23f201 commit 10bc0beCopy full SHA for 10bc0be
sensor-vernier/src/main/java/org/concord/sensor/vernier/labquest/LabQuestSensorDevice.java
@@ -101,7 +101,7 @@ public void close()
101
102
try {
103
labQuest.close();
104
- System.out.println("Calling uninit");
+ System.out.println("LabQuest: Calling uninit");
105
labQuestLibrary.uninit(this);
106
// because we only init the library when the device is created
107
// it is safest to null out the library here so we don't try use it again
0 commit comments