Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ class DepotDownloader @JvmOverloads constructor(
// Cancel the continuous flow job since no more chunks will be added
chunkProcessingJob?.cancel()

logger?.error("Canceled chunk processing job for depot ${depot.depotId}")
logger?.debug("Canceled chunk processing job for depot ${depot.depotId}")
}
}

Expand Down