X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fabstractsqlstorage.cpp;h=a0cf64c979b4345d93010bf5c0df059bb139310a;hb=28cee4568aeb1ce3014d11234e40f19e7aeae5bd;hp=c100d4ef008ac797ab6ec6a573541c9164202b34;hpb=3cf5c49e7753be48a994917fe898730add4292b1;p=quassel.git diff --git a/src/core/abstractsqlstorage.cpp b/src/core/abstractsqlstorage.cpp index c100d4ef..a0cf64c9 100644 --- a/src/core/abstractsqlstorage.cpp +++ b/src/core/abstractsqlstorage.cpp @@ -144,7 +144,7 @@ Storage::State AbstractSqlStorage::init(const QVariantMap &settings) } } - quInfo() << qPrintable(displayName()) << "Storage Backend is ready. Quassel Schema Version:" << installedSchemaVersion(); + quInfo() << qPrintable(displayName()) << "storage backend is ready. Schema version:" << installedSchemaVersion(); return IsReady; }