EPICS::IOC.pm Save parms, more debug annotations

This commit is contained in:
Andrew Johnson
2020-01-01 15:03:40 -06:00
parent 81df1b2892
commit 3b20e71da5
2 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -98,8 +98,8 @@ $client->debug($debug);
sub close_client {
my $doing = shift;
return sub {
diag("Timeout $doing");
$client->close;
fail("Timeout $doing");
}
}