Skip to content

Commit

Permalink
Fix log line
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow committed Nov 9, 2023
1 parent daa87b7 commit 9ed896b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/util/compare/compare.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
package compare

import (
"reflect"

api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
"github.com/arangodb/kube-arangodb/pkg/logging"
)
Expand Down Expand Up @@ -86,7 +88,7 @@ func P2[T interface{}, P1, P2 interface{}](
}
}

line.Info("Pod needs rotation - templates does not match")
line.Info("Resource %s needs rotation - templates does not match", reflect.TypeOf(currentSpec).String())

return GracefulRotation, nil, nil
}
Expand Down

0 comments on commit 9ed896b

Please sign in to comment.