]> git.notmuchmail.org Git - notmuch/commit - lib/open.cc
lib: clear error message on success in _choose_database_path
authorDavid Bremner <david@tethera.net>
Sun, 3 Dec 2023 18:56:44 +0000 (14:56 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 6 Dec 2023 11:33:05 +0000 (07:33 -0400)
commitb97cd90040a8353e6f94c317af2020f3d6e67a2e
treee5e3e1d33ea5cf5ff458ba328e85cbe198068df0
parent5a582e8ed9b9bfd88e63149fb671510bc2b2e9f8
lib: clear error message on success in _choose_database_path

Previously we both found a database and returned a message saying that
the database could not be found (along with a success code). This
change should prevent spurious error output.
lib/open.cc
test/T055-path-config.sh