X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fstats%2Fstats.service.ts;h=e4e667a5a4aa558cdda0e220bd3bf60fc429cb94;hb=3f812ea25d352ec33d07f5ffa4c2aa2a77e8e793;hp=255dbca756c972997a0ed790dbae5d4b1c590ac9;hpb=de17870a15d4ad8bd12828c27950aa681165413b;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/services/stats/stats.service.ts b/webapp-frontend/src/app/services/stats/stats.service.ts index 255dbca7..e4e667a5 100644 --- a/webapp-frontend/src/app/services/stats/stats.service.ts +++ b/webapp-frontend/src/app/services/stats/stats.service.ts @@ -134,8 +134,8 @@ export class StatsService { this.delayMax = res[5].value; this.loadMax = res[6].value; }, - (err: HttpErrorResponse) => { - console.log (err.message); + (her: HttpErrorResponse) => { + console.log ('loadConfig failed: ' + her.message); }); } }