Fix tokens in inspector logging by timvaillancourt · Pull Request #1226 · github/gh-ost

Description

This PR fixes broken logs in the inspector due to using this.migrationContext.Log.Warning(...) (with %+v tokens) instead of .Warningf(...)

Currently the log lines in question do not format correctly:

2022-12-10 02:48:09 WARNING Will not use %!v(MISSING) as shared key due to FLOAT data type [f_uidx]

In case this PR introduced Go code changes:

  • contributed code is using same conventions as original code
  • script/cibuild returns with no formatting errors, build errors or unit test errors.