Skip to content

Commit

Permalink
fixes to squash
Browse files Browse the repository at this point in the history
Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
  • Loading branch information
fahedouch committed Dec 9, 2023
1 parent c322829 commit 10132ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func loggingProcessAdapter(ctx context.Context, driver Driver, dataStore, hostAd

exitCh, err := getContainerWait(ctx, hostAddress, config)
if err != nil {
logrus.Errorf("failed to get container task wait channel: %v", err)
log.L.Errorf("failed to get container task wait channel: %v", err)
return
}
<-exitCh
Expand Down

0 comments on commit 10132ee

Please sign in to comment.