mirror of
https://github.com/anope/anope.git
synced 2026-06-26 18:36:39 +02:00
Fix the on start library version logging to include the module.
This commit is contained in:
@@ -103,7 +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();
|
||||
Log(this) << "Module was compiled against SQLite version " << SQLITE_VERSION << " and is running against version " << sqlite3_libversion();
|
||||
}
|
||||
|
||||
~ModuleSQLite()
|
||||
|
||||
Reference in New Issue
Block a user