From: Jonathan McDowell Date: Wed, 31 Jul 2019 18:08:37 +0000 (+0100) Subject: Exit on failure to initialise a dynamic DB backend X-Git-Tag: onak-0.6.0~48 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=1a9c2d7545a4bafd7a601a8983192c4861d89c68;hp=1a9c2d7545a4bafd7a601a8983192c4861d89c68;p=onak.git Exit on failure to initialise a dynamic DB backend The dynamic DB backend does a lot of checks to ensure it can load the requested backend successfully, but didn't actually check that it initialised correctly. Bomb out with a graceful error message if this happens rather than leading the caller to think everything is ok. ---