Skip to content

Commit eb1a89d

Browse files
committed
show podman executor starting
1 parent f3ec4c7 commit eb1a89d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

executor/podman_executor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ func NewPodmanExecutor(ctx context.Context, store msgstore.ScriptStore) (*Podman
5555
return nil, fmt.Errorf("failed to connect to the podman socket: %w", err)
5656
}
5757

58+
log.Info("WASM executor initialized")
59+
5860
return &PodmanExecutor{
5961
ConnText: connText,
6062
store: store,

0 commit comments

Comments
 (0)