Skip to content

Commit 1e73ad8

Browse files
committed
fix: log level of connecting to rdp
1 parent 64a474e commit 1e73ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/zotero/remote-zotero.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class RemoteFirefox {
8484
return this.client;
8585
}
8686
catch (error: any) {
87-
logger.fail("Failed to connecte to RDP client, retry...");
87+
logger.debug("Failed to connecte to RDP client, retry...");
8888
if (isErrorWithCode("ECONNREFUSED", error)) {
8989
await new Promise(resolve => setTimeout(resolve, RETRY_INTERVAL));
9090
lastError = error;

0 commit comments

Comments
 (0)