improved debug logging in mirror check

This commit is contained in:
2022-06-22 14:11:52 +02:00
parent a97a4656a2
commit 2791ed44fa
2 changed files with 4 additions and 3 deletions

View File

@@ -615,7 +615,7 @@ func housekeeping(repo string, march string, wg *sync.WaitGroup) error {
pkg := &ProtoPackage{
Pkgbase: dbPkg.Pkgbase,
Repo: dbPkg.Repository,
FullRepo: string(dbPkg.Repository) + "-" + dbPkg.March,
FullRepo: dbPkg.Repository.String() + "-" + dbPkg.March,
DbPackage: dbPkg,
March: dbPkg.March,
}