Skip to content

Commit

Permalink
Merge pull request #3742 from Navid200/Navid_2024_10_30
Browse files Browse the repository at this point in the history
Silent upload chunk logs
  • Loading branch information
jamorham authored Nov 3, 2024
2 parents 046e4e6 + 766e6eb commit fe9ec2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static String getNext(final Session session) {

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

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

0 comments on commit fe9ec2e

Please sign in to comment.