Make skipped file a warning
This commit is contained in:
parent
67c912ae4c
commit
e53482ced8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue