diff --git a/main.go b/main.go index a9096d1..4384230 100644 --- a/main.go +++ b/main.go @@ -96,6 +96,7 @@ func listContainersAndLogType(ctx context.Context, logschan chan<- LogType) { defer streamContainerLogs(ctx, cli, curcont.ID, logschan) }() } + fmt.Println("Ending") eventListen(cli, logschan) }