1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 14:56:39 +02:00

Log the version of third-party libraries on load.

This commit is contained in:
Sadie Powell
2025-02-18 11:48:43 +00:00
parent 3bba87b655
commit 9f82a960e4
7 changed files with 15 additions and 1 deletions
+1
View File
@@ -103,6 +103,7 @@ class ModuleSQLite final
public:
ModuleSQLite(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR)
{
Log() << "Module was compiled against SQLite version " << SQLITE_VERSION << " and is running against version " << sqlite3_libversion();
}
~ModuleSQLite()