feat(buildtsi): Adds log for rebuild TSI completion (#25576)

(cherry-picked from 75eb209f72)

closes https://github.com/influxdata/feature-requests/issues/612
chore/bump_pkg-config_version
WeblWabl 2024-11-21 16:48:13 -06:00 committed by GitHub
parent 037c6af6e8
commit edbb55777e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ Are you sure you want to continue?`); !confirmed {
}
}
buildTSICmd.Logger.Info("TSI rebuild completed successfully!")
return nil
}