Explorar o código

Improve error log

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

+ 1 - 1
src/services/webclient.ts

@@ -689,7 +689,7 @@ export class WebClientService {
      */
     private logOnReject(type: string, subType: string) {
         return ((error) => {
-            this.$log.error(this.logTag, `Message ${type}/${subType} has been rejected: ${error}`);
+            this.$log.error(this.logTag, `Message ${type}/${subType} has been rejected by the remote: ${error}`);
         });
     }