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:
parent
a79034ae2f
commit
92ea3e05fb
@ -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"/>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user