Skip to content

Commit 602626d

Browse files
committed
Fixing reconcile
1 parent c5e5f25 commit 602626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/database/singleinstancedatabase_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ func (r *SingleInstanceDatabaseReconciler) createOrReplaceSVC(ctx context.Contex
15071507
r.Log.Info("Prebuilt database: %s has SID : %s, PDB : %s, EDITION: %s", m.Name, sid, pdbName, edition)
15081508
m.Status.Edition = cases.Title(language.English).String(edition)
15091509
}
1510-
r.Log.Info("Prebuilt database: %s has SID : %s, PDB : %s, EDITION: %s", m.Name, sid, pdbName)
1510+
r.Log.Info("Prebuilt database: %s has SID : %s, PDB : %s", m.Name, sid, pdbName)
15111511
if sid == "" {
15121512
sid = strings.ToUpper(m.Spec.Sid)
15131513
}

0 commit comments

Comments
 (0)