Skip to content

Commit b3980dd

Browse files
committed
Merge remote-tracking branch 'upstream/master' into dev
2 parents 5a1298d + 9202548 commit b3980dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/session/onions/onionSend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const sendViaOnionV4ToNonSnodeWithRetries = async (
274274
// NOTE if there are no snodes available, we want to refresh the snode pool from the seed
275275
if (e instanceof OnionPathEmptyError) {
276276
window?.log?.warn(
277-
'endViaOnionV4ToNonSnodeWithRetries failed, no path available, refreshing snode pool'
277+
'sendViaOnionV4ToNonSnodeWithRetries failed, no path available, refreshing snode pool'
278278
);
279279
void SnodePool.forceRefreshRandomSnodePool();
280280
}

0 commit comments

Comments
 (0)