lib/filbunke/client.rb in filbunke-1.7.0 vs lib/filbunke/client.rb in filbunke-1.7.1
- old
+ new
@@ -222,10 +222,10 @@
rescue StandardError => e
@logger.log "Failed to move hdfs file #{file.url}: #{e.message}"
return false
end
else
- @logger.log "Failed to update hdfs file #{file.url}! Unable to execute #{hfds_cmd}"
+ @logger.log "Failed to update hdfs file #{file.url}! Unable to execute #{hdfs_cmd}"
return false
end
rescue StandardError => e
@logger.log "Failed to update hdfs file #{file.url}: #{e.message}"
return false