Skip to content

Commit fb20e20

Browse files
committed
Improve repositores code
Signed-off-by: Michael Sverdlov <[email protected]>
1 parent 6583684 commit fb20e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/cliutils/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ func CreateServerDetailsWithConfigOffer(createServerDetails func() (*config.Serv
217217
if err != nil {
218218
return nil, err
219219
}
220+
log.Debug(fmt.Sprintf("Using <%s> server-id configuration", confDetails.ServerId))
220221

221222
// Take insecureTls value from options since it is not saved in config.
222223
confDetails.InsecureTls = details.InsecureTls

0 commit comments

Comments
 (0)