Improve message

This commit is contained in:
Andras Schmelczer 2025-03-22 18:45:37 +00:00
parent 30ecf52dde
commit 84adda96c1
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -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}`
);
}