Skip to content

Commit

Permalink
Merge branch 'main' into freebsdcpud
Browse files Browse the repository at this point in the history
  • Loading branch information
rminnich authored Oct 10, 2024
2 parents f890c9f + 0109c88 commit ebab65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (s *Session) Run() error {
if tab, ok := os.LookupEnv(fstab); ok {
verbose("Mounting %q", tab)
if err := mount.Mount(tab); err != nil {
verbose("fstab mount failure: %v", err)
log.Printf("fstab mount failure: %v", err)
// Should we die if the mounts fail? For now, we think not;
// the user may be able to debug. Just record that it failed.
s.fail = true
Expand Down

0 comments on commit ebab65f

Please sign in to comment.