From d6e1b92059688c8b59df0eedccfb16781d193591 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 27 Oct 2012 08:12:04 -0400 Subject: Add a module log type --- modules/extra/m_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/m_mysql.cpp') diff --git a/modules/extra/m_mysql.cpp b/modules/extra/m_mysql.cpp index 94bc51a0f..7f1f965cd 100644 --- a/modules/extra/m_mysql.cpp +++ b/modules/extra/m_mysql.cpp @@ -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; -- cgit