From 78ef8ddcbb94d05ac0344755fe177fb068334bec Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 31 Jul 2021 17:51:19 +0300 Subject: [PATCH] mu-store: fix warning schema mismatch message Fixes: #2069. --- lib/mu-store.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mu-store.cc b/lib/mu-store.cc index 34b22b93..7abd3fd3 100644 --- a/lib/mu-store.cc +++ b/lib/mu-store.cc @@ -291,7 +291,6 @@ Store::Store (const std::string& path, bool readonly): { if (metadata().schema_version != ExpectedSchemaVersion) throw Mu::Error(Error::Code::SchemaMismatch, - "expected schema-version %s, but got %s", "expected schema-version %s, but got %s; " "please use 'mu init'", ExpectedSchemaVersion,