Re: [PATCH v2 07/11] lib: use the compaction backup path provided by the caller

Subject: Re: [PATCH v2 07/11] lib: use the compaction backup path provided by the caller

Date: Tue, 05 Nov 2013 12:15:19 +0100

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: Jani Nikula


On Tue, 05 Nov 2013, David Bremner <david@tethera.net> wrote:
> Jani Nikula <jani@nikula.org> writes:
>
>> +    backup_path = talloc_asprintf (config, "%s/xapian.old", path);
>> +    if (! backup_path)
>> +	return 1;
>> +
>
> Is it intentional that no message is printed here? A random glance at
> notmuch-search.c suggests we usually print a message on OOM in the CLI.

Oversight.

Jani.

Thread: