Skip to content

Commit 01da59e

Browse files
blewis12Copilot
andauthored
Update extension/alloyengine/extension.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7fb770d commit 01da59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/alloyengine/extension.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func (e *alloyEngineExtension) Shutdown(ctx context.Context) error {
183183
e.settings.Logger.Info("alloyengine extension shutdown completed (not started)")
184184
return nil
185185
default:
186-
e.settings.Logger.Warn("alloyengine extension shutdown in current state is a no-op", zap.String("state", e.state.String()))
186+
e.settings.Logger.Warn("alloyengine extension shutdown in current state is a no-op", zap.String("state", currentState.String()))
187187
return nil
188188
}
189189
}

0 commit comments

Comments
 (0)