Include temporary buffer file name in debug output.

This commit is contained in:
Solderpunk 2023-11-19 14:34:29 +01:00
parent a459e49fa0
commit a0eedac532
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ you'll be able to transparently follow links to Gopherspace!""")
# Save response body to disk
size = self._write_response_to_file(mime, mime_options, f, destination)
ui_out.debug("Wrote %d byte response to %s." % (size, destination))
ui_out.debug("Wrote %d byte response to %s." % (size, destination or self.raw_file_buffer))
# Maintain cache and update flight recorder
if self.options["cache"]: