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 d14910c commit 766e6ebCopy full SHA for 766e6eb
app/src/main/java/com/eveningoutpost/dexdrip/tidepool/UploadChunk.java
@@ -53,7 +53,7 @@ public static String getNext(final Session session) {
53
54
public static String get(final long start, final long end) {
55
56
- UserError.Log.uel(TAG, "Syncing data between: " + dateTimeText(start) + " -> " + dateTimeText(end));
+ UserError.Log.d(TAG, "Syncing data between: " + dateTimeText(start) + " -> " + dateTimeText(end));
57
if (end <= start) {
58
UserError.Log.e(TAG, "End is <= start: " + dateTimeText(start) + " " + dateTimeText(end));
59
return null;
0 commit comments