Skip to content

Commit

Permalink
add debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rchincha committed May 1, 2024
1 parent 832edad commit bf23c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/fs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func BuildPackage(name, author, organization, license,
}

for _, ifile := range ifiles {
log.Info().Str("file", ifile).Str("package", pkgname).Msg("adding file to package")
log.Info().Str("file", ifile).Str("package", pkgname).Msg("adding file to package1")

if err := BuildPackageFromFile(ifile, kpkg, license); err != nil {
return err
Expand All @@ -355,7 +355,7 @@ func BuildPackage(name, author, organization, license,
return err
}
} else {
log.Info().Str("file", ipath).Str("package", pkgname).Msg("adding file to package")
log.Info().Str("file", ipath).Str("package", pkgname).Msg("adding file to package2")

if err := BuildPackageFromFile(ipath, kpkg, license); err != nil {
return err
Expand Down

0 comments on commit bf23c9e

Please # to comment.