Skip to content

Commit 89723dc

Browse files
committed
Add distinct log
Signed-off-by: David Gageot <[email protected]>
1 parent 2d25d41 commit 89723dc

File tree

1 file changed

+1
-1
lines changed
  • cmd/docker-mcp/internal/gateway

1 file changed

+1
-1
lines changed

cmd/docker-mcp/internal/gateway/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (g *Gateway) Run(ctx context.Context) error {
9292

9393
// Central mode.
9494
if g.Central {
95-
log("> Initialized in", time.Since(start))
95+
log("> Initialized (in central mode) in", time.Since(start))
9696
if g.DryRun {
9797
log("Dry run mode enabled, not starting the server.")
9898
return nil

0 commit comments

Comments
 (0)