Skip to content

Commit 49929ef

Browse files
committed
Minor
1 parent a088396 commit 49929ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/node/pool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ func acquireWarmContainer(f *function.Function) (*container.Container, error) {
123123
fp.busy.PushBack(c)
124124

125125
log.Printf("Using warm %s for %s. Now: %v", c.ID, f, &LocalResources)
126+
logPoolStatus()
126127
return c, nil
127128
}
128129

0 commit comments

Comments
 (0)