Skip to content

Commit

Permalink
Silent upload chunk logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Oct 30, 2024
1 parent d14910c commit 766e6eb
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 766e6eb

Please sign in to comment.