Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
fix logging to show corpus accounts found, not a function ref (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Feb 9, 2021
1 parent 7a90cfc commit 91a3690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-service/__app__/onefuzzlib/azure/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ def corpus_accounts() -> List[str]:

results.append(account.id)

logging.info("corpus accounts: %s", corpus_accounts)
logging.info("corpus accounts: %s", results)
return results

0 comments on commit 91a3690

Please sign in to comment.