diff --git a/frontend/sync-client/src/tracing/sync-history.ts b/frontend/sync-client/src/tracing/sync-history.ts index d1c6957..0980d80 100644 --- a/frontend/sync-client/src/tracing/sync-history.ts +++ b/frontend/sync-client/src/tracing/sync-history.ts @@ -91,7 +91,7 @@ export class SyncHistory { } else { this.status.error++; this.logger.error( - `Error syncing file: ${entry.relativePath} - ${entry.message}` + `Cannot sync file: ${entry.relativePath} - ${entry.message}` ); }