Explorar o código

Logging: Fix typo

Danilo Bargen %!s(int64=5) %!d(string=hai) anos
pai
achega
c8775b1fa3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/services/webclient.ts

+ 1 - 1
src/services/webclient.ts

@@ -1871,7 +1871,7 @@ export class WebClientService {
                                     this.log.error(`Cannot retrieve contact ${identity}`);
                                 } else if (!hasFeature(contact, requiredFeature, this.log)) {
                                     this.log.warn(
-                                        `Contact ${identity} has feature masks ${contact.featureMask} ` +
+                                        `Contact ${identity} has feature mask ${contact.featureMask} ` +
                                         `which does not include ${requiredFeature}`
                                     );
                                     unsupportedMembers.push(contact.displayName);