Skip to content

Commit 8d8bbfb

Browse files
Merge pull request #212 from ashu-011/fix_typo
Fix mistake in horizon_controller.go
2 parents f21dbf0 + 2078811 commit 8d8bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/horizontest_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type HorizonTestReconciler struct {
4848

4949
// GetLogger returns a logger object with a prefix of "controller.name" and additional controller context fields
5050
func (r *HorizonTestReconciler) GetLogger(ctx context.Context) logr.Logger {
51-
return log.FromContext(ctx).WithName("Controllers").WithName("Tobiko")
51+
return log.FromContext(ctx).WithName("Controllers").WithName("HorizonTest")
5252
}
5353

5454
//+kubebuilder:rbac:groups=test.openstack.org,resources=horizontests,verbs=get;list;watch;create;update;patch;delete

0 commit comments

Comments
 (0)