mirror of
https://github.com/anope/anope.git
synced 2026-07-08 19:43:13 +02:00
Add a module log type
This commit is contained in:
@@ -53,7 +53,7 @@ class MySQLResult : public SQLResult
|
||||
{
|
||||
unsigned num_fields = res ? mysql_num_fields(res) : 0;
|
||||
|
||||
/* It is not thread safe to log anything here using Log() now :( */
|
||||
/* It is not thread safe to log anything here using Log(this->owner) now :( */
|
||||
|
||||
if (!num_fields)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user