Minor changes to configs

This commit is contained in:
Frikky
2023-10-18 18:03:16 +02:00
parent 614e39da70
commit 3ba179ce23
4 changed files with 9 additions and 12 deletions
+3 -3
View File
@@ -4017,7 +4017,7 @@ func runInitEs(ctx context.Context) {
job := func() {
err := remoteOrgJobHandler(org, interval)
if err != nil {
log.Printf("[ERROR] Failed request with remote org setup for org %s (2): %s", org.Id, err)
log.Printf("[ERROR] Failed request with remote org sync for org %s (2): %s", org.Id, err)
}
}
@@ -4719,7 +4719,7 @@ func runInit(ctx context.Context) {
job := func() {
err := remoteOrgJobHandler(org, interval)
if err != nil {
log.Printf("[ERROR] Failed request with remote org setup (3): %s", err)
log.Printf("[ERROR] Failed request with remote org sync (3): %s", err)
}
}
@@ -5269,7 +5269,7 @@ func handleCloudSetup(resp http.ResponseWriter, request *http.Request) {
job := func() {
err := remoteOrgJobHandler(*org, interval)
if err != nil {
log.Printf("[ERROR] Failed request with remote org setup (1): %s", err)
log.Printf("[ERROR] Failed request with remote org sync (1): %s", err)
}
}