Skip to content

Commit 12ca1db

Browse files
Add more logging (#3998)
1 parent 352be45 commit 12ca1db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clusterfuzz/_internal/base/tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ def get_task():
323323
f'job {task.job} from {regular_queue()} queue.')
324324
return task
325325

326+
logs.log(f'Could not get task from {regular_queue()}. Fuzzing.')
327+
326328
task = get_fuzz_task()
327329
if not task:
328330
logs.log_error('Failed to get any fuzzing tasks. This should not happen.')

0 commit comments

Comments
 (0)