mirror of
https://github.com/anope/anope.git
synced 2026-07-07 11:03:13 +02:00
Log the version of third-party libraries on load.
This commit is contained in:
@@ -242,9 +242,10 @@ public:
|
||||
{
|
||||
me = this;
|
||||
|
||||
|
||||
DThread = new DispatcherThread();
|
||||
DThread->Start();
|
||||
|
||||
Log() << "Module was compiled against MySQL version " << (MYSQL_VERSION_ID / 10000) << "." << (MYSQL_VERSION_ID / 100 % 100) << "." << (MYSQL_VERSION_ID % 100) << " and is running against version " << mysql_get_client_info();
|
||||
}
|
||||
|
||||
~ModuleSQL()
|
||||
|
||||
Reference in New Issue
Block a user