Method: ContentServer::FileCopyClient#done_copy
- Defined in:
- lib/content_server/queue_copy.rb
#done_copy(local_file_checksum, local_path) ⇒ Object
274 275 276 277 |
# File 'lib/content_server/queue_copy.rb', line 274 def done_copy(local_file_checksum, local_path) $process_vars.inc('num_files_received') Log.debug1("Done copy file: path %s, checksum %s", local_path, local_file_checksum) end |