We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7111044 commit c2776abCopy full SHA for c2776ab
a_mysql.inc
@@ -1,5 +1,5 @@
1
/**
2
- * MySQL plugin R39
+ * MySQL plugin R39-2
3
*/
4
5
src/main.cpp
@@ -34,7 +34,7 @@ PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
34
35
CLog::Get()->Initialize("mysql_log.txt");
36
37
- logprintf(" >> plugin.mysql: R39 successfully loaded.");
+ logprintf(" >> plugin.mysql: R39-2 successfully loaded.");
38
return true;
39
}
40
0 commit comments