Skip to content

Commit 8187785

Browse files
committed
fix: Making normal message not seem like an error
1 parent 1685b05 commit 8187785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/localnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ export async function getOrCreateKmdWalletAccount(
5252
const account = (await getKmdWalletAccount(walletAccount, algod, kmd))!
5353

5454
Config.logger.info(
55-
`Couldn't find existing account in Sandbox under name '${walletAccount.name}'; created account ${
56-
account.addr
57-
} with keys stored in KMD and funding with ${walletAccount.fundWith?.algos ?? 1000} ALGOs`,
55+
`LocalNet account '${walletAccount.name}' doesn't yet exist; created account ${account.addr} with keys stored in KMD and funding with ${
56+
walletAccount.fundWith?.algos ?? 1000
57+
} ALGOs`,
5858
)
5959

6060
// Fund the account from the dispenser

0 commit comments

Comments
 (0)