Skip to content

Commit 03ee6de

Browse files
committed
fix: exessive errors
1 parent 83a4ad3 commit 03ee6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/degen-distributors/DegenDistributorsPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class DegenDistributorsPlugin
7676
if (r.status === "success" && r.result.length > 0) {
7777
this.#distributors?.upsert(pool, r.result[0]);
7878
} else {
79-
this.sdk.logger?.error(
79+
this.sdk.logger?.warn(
8080
`failed to load degen distributor for market configurator ${this.labelAddress(
8181
cfg,
8282
)} and pool ${this.labelAddress(pool)}: ${r.error}`,

0 commit comments

Comments
 (0)