Skip to content

Commit 2c31958

Browse files
committed
fix: log line
1 parent fb7a1e9 commit 2c31958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/bots/BotsPlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ export class BotsPlugin
141141
if (b.status === "success") {
142142
expectedBots.upsert(b.result, { ...configs[i], treasury });
143143
this.logger?.debug(
144-
`found bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`,
144+
`expected bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`,
145145
);
146146
} else {
147147
this.logger?.error(
148-
`failed to find bot [${minHealthFactor}, ${maxHealthFactor}]`,
148+
`failed compute address for bot [${minHealthFactor}, ${maxHealthFactor}]`,
149149
b.error,
150150
);
151151
}

0 commit comments

Comments
 (0)