1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-18 04:58:51 +02:00

cfgOptionGroupName() replacement missed in aced5d47.

This commit is contained in:
David Steele 2022-01-11 19:15:09 -05:00
parent a79034ae2f
commit 92ea3e05fb
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@
<commit subject="Refactor option and option group config structs."/>
<commit subject="Remove obsolete cfgOptionHostPort()/cfgOptionIdxHostPort()."/>
<commit subject="Rename ConfigOptionGroupData.indexDisplay to indexName."/>
<commit subject="cfgOptionGroupName() replacement missed in aced5d47."/>
<release-item-contributor-list>
<release-item-contributor id="david.steele"/>

View File

@ -297,7 +297,7 @@ archiveGetFind(
if (repoKey != repoKeyLast)
{
strCatFmt(message, "\nrepo%u:", repoKey);
strCatFmt(message, "\n%s:", cfgOptionGroupName(cfgOptGrpRepo, file->repoIdx));
repoKeyLast = repoKey;
first = true;
}