Skip to content

Commit 496c81c

Browse files
authored
Clarify log statement around graceful shutdown (#150)
1 parent 748fcf3 commit 496c81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ServiceLifecycle/ServiceGroup.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public actor ServiceGroup: Sendable {
275275

276276
case .gracefullyShutdownGroup:
277277
self.logger.error(
278-
"Service finished unexpectedly. Gracefully shutting down group.",
278+
"Service finished. Gracefully shutting down group.",
279279
metadata: [
280280
self.loggingConfiguration.keys.serviceKey: "\(service.service)",
281281
]

0 commit comments

Comments
 (0)