1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-20 23:59:28 +02:00

Improve labeling for errors in helper processes.

This commit is contained in:
David Steele
2017-10-21 14:40:14 -04:00
parent 44c7c0475a
commit e1cb9ae86a
19 changed files with 67 additions and 63 deletions

@ -100,7 +100,7 @@ sub run
$self->testException(
sub {protocolGet(CFGOPTVAL_REMOTE_TYPE_BACKUP, undef, {strBackRestBin => $self->backrestExe()})}, ERROR_FILE_READ,
"process 'localhost remote' terminated unexpectedly: ssh: connect to host localhost port 25:");
"remote process on 'localhost' terminated unexpectedly: ssh: connect to host localhost port 25:");
# Destroy protocol object
protocolDestroy();