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

Commit

Permalink
changed tag name to correspond to class name
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit.chaudhri committed Apr 4, 2013
1 parent 61db566 commit c0adaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/opendatakit/sensors/ODKExternalSensor.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
public class ODKExternalSensor implements ODKSensor {
// logging
private static final String LOGTAG = "SensorImpl";
private static final String LOGTAG = "ODKExternalSensor";

private String sensorId;
private boolean usingContentProvider;
Expand Down

0 comments on commit c0adaa7

Please sign in to comment.