helpful error msg upon failed db version assert
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
443bb244fc
commit
9224e37472
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ impl KeyValueDatabase {
|
|||
|
||||
assert_eq!(
|
||||
services().globals.database_version().unwrap(),
|
||||
latest_database_version
|
||||
latest_database_version, "Failed asserting local database version {} is equal to known latest conduwuit database version {}", services().globals.database_version().unwrap(), latest_database_version
|
||||
);
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue