diff --git a/spectrum/src/main.cpp b/spectrum/src/main.cpp index d05bdeb81b13ca6a98d25297973991b29693ff06..e29ab59a0bd2f616d5fec51e5288b33f506b8c11 100644 --- a/spectrum/src/main.cpp +++ b/spectrum/src/main.cpp @@ -361,7 +361,7 @@ int main(int argc, char **argv) } #else if (CONFIG_STRING(&config, "database.type") == "sqlite3") { - std::cerr << "Spectrum2 is not compiled with mysql backend.\n"; + std::cerr << "Spectrum2 is not compiled with sqlite3 backend.\n"; return -2; } #endif