From 71e70b7b5feb94aab5d99d9a3c2bea54537632c4 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 29 Sep 2025 09:30:57 +0900 Subject: internal/app/paths: do not print messages This change was missed while merging the rest of the logging changes. Signed-off-by: Ophestra --- internal/app/finalise.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/finalise.go') diff --git a/internal/app/finalise.go b/internal/app/finalise.go index 08fab978..708df056 100644 --- a/internal/app/finalise.go +++ b/internal/app/finalise.go @@ -275,7 +275,7 @@ func (k *outcome) finalise(ctx context.Context, msg container.Msg, config *hst.C // TODO(ophestra): revert this after params to shim share := &shareHost{seal: k} - copyPaths(k.syscallDispatcher, msg, &share.sc, hsu.MustIDMsg(msg)) + copyPaths(k.syscallDispatcher, &share.sc, hsu.MustIDMsg(msg)) msg.Verbosef("process share directory at %q, runtime directory at %q", share.sc.SharePath, share.sc.RunDirPath) var mapuid, mapgid *stringPair[int] -- cgit v1.3.1