internal/app/paths: do not print messages

This change was missed while merging the rest of the logging changes.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-09-29 09:30:57 +09:00
parent afa1a8043e
commit 71e70b7b5f
5 changed files with 8 additions and 11 deletions

View File

@@ -89,7 +89,7 @@ func tryShort(msg container.Msg, name string) (config *hst.Config, entry *state.
msg.Verbose("argument looks like prefix")
var sc hst.Paths
app.CopyPaths(msg, &sc, new(app.Hsu).MustID())
app.CopyPaths(&sc, new(app.Hsu).MustID())
s := state.NewMulti(msg, sc.RunDirPath.String())
if entries, err := state.Join(s); err != nil {
log.Printf("cannot join store: %v", err)