Skip to content

Commit

Permalink
Merge pull request openSUSE#670 from aschnell/master
Browse files Browse the repository at this point in the history
- log catch of exception
  • Loading branch information
aschnell authored Sep 15, 2021
2 parents af5cd0d + 4b7992c commit bf6cd20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snapper/Btrfs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,11 @@ namespace snapper
}
catch (const IOErrorException& e)
{
SN_CAUGHT(e);

// TODO the openInfoDir above logs an error although when this
// function is used from nextNumber the failure is ok

return false;
}
}
Expand Down

0 comments on commit bf6cd20

Please sign in to comment.