You've already forked gobuch-trainingfellow
mirror of
https://github.com/SourceFellows/trainingfellow.git
synced 2025-08-05 13:52:16 +02:00
doku angepasst
This commit is contained in:
@ -22,7 +22,7 @@ func (nn *notifier) InformAboutNewRegistrierung(registrierung *registrierung.Reg
|
||||
|
||||
nc, err := nats.Connect(nn.url)
|
||||
if err != nil {
|
||||
notifierLogger.Error("Could not connect to server: ", err)
|
||||
notifierLogger.WithError(err).Error("Could not connect to server: ")
|
||||
return err
|
||||
}
|
||||
defer nc.Close()
|
||||
|
Reference in New Issue
Block a user