Skip to content

Commit 1d49a36

Browse files
committed
Move log line, as Serve blocks
1 parent f20f82b commit 1d49a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apm-lambda-extension/extension/http_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ func StartHttpServer(agentDataChan chan AgentData, config *extensionConfig) (err
3737
}
3838

3939
go func() {
40-
agentDataServer.Serve(ln)
4140
log.Printf("Extension listening for apm data on %s", agentDataServer.Addr)
41+
agentDataServer.Serve(ln)
4242
}()
4343
return nil
4444
}

0 commit comments

Comments
 (0)