Skip to content

Commit

Permalink
logging formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 28, 2023
1 parent 23ef7bb commit 9881878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/net/http/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def send_head(self):
try:
code, headers, body = script(path)
except Exception:
log.error(f"Error calling script {script}", script, exc_info=True)
log.error(f"Error calling script {script}", exc_info=True)
self.send_error(500, "Server error")
return None
self.send_response(code)
Expand Down

0 comments on commit 9881878

Please sign in to comment.