From: David Bremner Date: Tue, 29 Jan 2013 12:13:40 +0000 (-0400) Subject: CLI: add simple error handling for talloc logging X-Git-Tag: 0.16_rc1~217 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=d037040997f0dc38467f51e2cd89a558a72acd2a;hp=d037040997f0dc38467f51e2cd89a558a72acd2a CLI: add simple error handling for talloc logging This really should have been there before. I think it's better to do the actual operation and then possibly fail writing the memory log, but it would not be too hard to change it to abort earlier. ---