Skip to content

Commit f6151d3

Browse files
committed
minor fix to wording.
1 parent bf15169 commit f6151d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registrar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (warden *Warden) startRegistrar(logger func(s string), configuration *Confi
8585
}
8686

8787
if len(containers) == 0 {
88-
logger("there are 0 active containers")
88+
logger("there are no unregistered containers")
8989
if len(backendAddressesForService) == 0 {
9090
logger("and there are 0 backends registered")
9191
logger("this host will now be deregistered from the load balancer for this service")

0 commit comments

Comments
 (0)