X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fabstractsqlstorage.cpp;h=a0cf64c979b4345d93010bf5c0df059bb139310a;hb=cfbd4daee17dbb3c4052d938bf33edd08711d728;hp=c100d4ef008ac797ab6ec6a573541c9164202b34;hpb=46f20e19a343ad0fa17dde6c32f17e60fc682c9b;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; }