diff --git a/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts b/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts index 19e2eda19e2..2126dc7c74f 100644 --- a/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts +++ b/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts @@ -187,7 +187,7 @@ export class PropertyGroupTranslatorService { private checkECMTypeValidity(ecmPropertyType: string) { if (RECOGNISED_ECM_TYPES.indexOf(ecmPropertyType) === -1) { - this.notificationService.showError(`Unknown type for mapping: ${ecmPropertyType}`); + this.logService.error(`Unknown type for mapping: ${ecmPropertyType}`); } }