Update add-server-dialog.component.ts

This commit is contained in:
piotrpekala7 2020-04-03 18:26:07 +02:00
parent 24fffafbf1
commit e21602069e

View File

@ -158,7 +158,7 @@ export class AddServerDialogComponent implements OnInit {
}
},
error => {
this.toasterService.error('Cannot connect to the server.')
this.toasterService.error('Cannot connect to the server: ' + error)
}
);
}