Skip to content

Commit fe9ec2e

Browse files
authored
Merge pull request #3742 from Navid200/Navid_2024_10_30
Silent upload chunk logs
2 parents 046e4e6 + 766e6eb commit fe9ec2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/eveningoutpost/dexdrip/tidepool/UploadChunk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static String getNext(final Session session) {
5353

5454
public static String get(final long start, final long end) {
5555

56-
UserError.Log.uel(TAG, "Syncing data between: " + dateTimeText(start) + " -> " + dateTimeText(end));
56+
UserError.Log.d(TAG, "Syncing data between: " + dateTimeText(start) + " -> " + dateTimeText(end));
5757
if (end <= start) {
5858
UserError.Log.e(TAG, "End is <= start: " + dateTimeText(start) + " " + dateTimeText(end));
5959
return null;

0 commit comments

Comments
 (0)