Skip to content

Commit 82df304

Browse files
aledbfroboquat
authored andcommitted
[ws-daemon] Remove not useful log
1 parent 1e158d8 commit 82df304

File tree

1 file changed

+0
-1
lines changed
  • components/ws-daemon/pkg/iws

1 file changed

+0
-1
lines changed

components/ws-daemon/pkg/iws/iws.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ func (wbs *InWorkspaceServiceServer) PrepareForUserNS(ctx context.Context, req *
278278
log.WithField("containerPID", containerPID).WithError(err).Error("cannot make container's rootfs shared")
279279
return nil, status.Errorf(codes.Internal, "cannot make container's rootfs shared")
280280
}
281-
log.WithField("containerPID", containerPID).Info("mount shared")
282281

283282
err = nsinsider(wbs.Session.InstanceID, int(1), func(c *exec.Cmd) {
284283
c.Args = append(c.Args, "mount-shiftfs-mark", "--source", rootfs, "--target", mountpoint)

0 commit comments

Comments
 (0)