1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Fixed tests

This commit is contained in:
Laurent Cozic
2021-06-16 13:10:42 +01:00
parent 5c6fd93753
commit 2867b66cf1
2 changed files with 9 additions and 1 deletions

View File

@ -554,7 +554,7 @@ export default class Synchronizer {
// already been done" on the next loop, and sync
// will never finish because we'll always end up
// here.
this.logger().warn(`Need to upload a resource, but blob is not present: ${path}`);
this.logger().info(`Need to upload a resource, but blob is not present: ${path}`);
await handleCannotSyncItem(ItemClass, syncTargetId, local, 'Trying to upload resource, but only metadata is present.');
action = null;
} else {