Skip to content

Commit 790d6d9

Browse files
authored
Add logs to debug crbug.com/340201616 (#3994)
1 parent 87cb21a commit 790d6d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clusterfuzz/_internal/bot/webserver/http_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def do_GET(self): # pylint: disable=invalid-name
9595
"""Handle a GET request."""
9696
absolute_path = get_absolute_testcase_file(self.path)
9797
if not absolute_path:
98+
logs.log_warn(f"Could not find an absolute path for {self.path}.")
9899
self.send_response(404)
99100
self.end_headers()
100101
return

0 commit comments

Comments
 (0)