Make skipped file a warning

This commit is contained in:
Andras Schmelczer 2025-11-28 07:59:29 +00:00
parent 67c912ae4c
commit e53482ced8

View file

@ -174,7 +174,7 @@ export class SyncHistory {
this.logger.error(`Cannot sync file: ${message}`);
break;
case SyncStatus.SKIPPED:
this.logger.error(`Skipping file: ${message}`);
this.logger.warn(`Skipping file: ${message}`);
break;
}