Skip to content
  • Thomas Stromberg's avatar
    Replace %s format directives with %v for errors. · 055c8002
    Thomas Stromberg authored
    Previously we were mixed between the two forms. This commit picks %v,
    which is consistent with the Kubernetes code base. They both effectively
    do the same thing in this case, though %v works with any object, and %s
    only with string objects.
    055c8002