Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit c0adaa7

Browse files
author
rohit.chaudhri
committed
changed tag name to correspond to class name
1 parent 61db566 commit c0adaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opendatakit/sensors/ODKExternalSensor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
public class ODKExternalSensor implements ODKSensor {
3636
// logging
37-
private static final String LOGTAG = "SensorImpl";
37+
private static final String LOGTAG = "ODKExternalSensor";
3838

3939
private String sensorId;
4040
private boolean usingContentProvider;

0 commit comments

Comments
 (0)