Add more logs around shim restore

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2023-10-13 22:33:53 -07:00
parent 8061cb0237
commit cf75cfa32c
3 changed files with 7 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ func (b *binary) Start(ctx context.Context, opts *types.Any, onClose func()) (_
return nil, err
}
conn, err := makeConnection(ctx, params, onCloseWithShimLog)
conn, err := makeConnection(ctx, b.bundle.ID, params, onCloseWithShimLog)
if err != nil {
return nil, err
}