Indicate path for attempted deletes

main
Bob Mottram 2021-05-20 11:30:05 +01:00
parent 0ce6c608ed
commit c6f65aed6a
1 changed files with 1 additions and 1 deletions

View File

@ -7023,7 +7023,7 @@ class PubServer(BaseHTTPRequestHandler):
"""Delete button is pressed on a post
"""
if not cookie:
print('ERROR: no cookie given when deleting')
print('ERROR: no cookie given when deleting ' + path)
self._400()
self.server.GETbusy = False
return