Skip to content

Commit

Permalink
adjust output text
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondben committed Jan 7, 2025
1 parent 53b7080 commit 7bf1f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/copernicus_handler.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ bb_handler_copernicus_inner <- function(config, verbose = FALSE, local_dir_only
}
} else {
if (this_exists) {
if (verbose) cat("not downloading ", myfiles$local_filename[idx], ", local copy exists with identical checksum\n", sep = "")
if (verbose) cat("not downloading ", myfiles$local_filename[idx], ", local copy exists", if (use_etags) " with identical checksum", "\n", sep = "")
}
}
} else {
Expand Down

0 comments on commit 7bf1f5e

Please sign in to comment.