X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ffmsapp.cpp;h=261ea4643c96abe934b2bc8d34e670acb612c155;hb=e662ea47fba8715474851ceebacba400984ee433;hp=973729955bbb4ebf0455f29eb65b72cd6aeb2c14;hpb=221236a4d3aac4144529d418ce368db5c98facb0;p=fms.git diff --git a/src/fmsapp.cpp b/src/fmsapp.cpp index 9737299..261ea46 100644 --- a/src/fmsapp.cpp +++ b/src/fmsapp.cpp @@ -181,6 +181,7 @@ int FMSApp::main(const std::vector &args) else { logger().information("FMS startup v"FMS_VERSION); + logger().information("Using SQLite "SQLITE_VERSION); std::string tempval=""; Option::Instance()->Get("VacuumOnStartup",tempval);