diff options
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r-- | common/storage_lmdb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp index b5698b1..e3685a5 100644 --- a/common/storage_lmdb.cpp +++ b/common/storage_lmdb.cpp | |||
@@ -186,6 +186,7 @@ public: | |||
186 | if (p.isEmpty() || containsSpecialCharacter(p)) { | 186 | if (p.isEmpty() || containsSpecialCharacter(p)) { |
187 | SinkError() << "Tried to create a db with an invalid name. Hex:" << db.toHex() << " ASCII:" << db; | 187 | SinkError() << "Tried to create a db with an invalid name. Hex:" << db.toHex() << " ASCII:" << db; |
188 | Q_ASSERT(false); | 188 | Q_ASSERT(false); |
189 | throw std::runtime_error("Fatal error while creating db."); | ||
189 | } | 190 | } |
190 | } | 191 | } |
191 | } | 192 | } |