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 7a504ac commit c253a81Copy full SHA for c253a81
a_mysql.inc
@@ -1,5 +1,5 @@
1
/**
2
- * MySQL plugin R39-3
+ * MySQL plugin R39-4
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-3 successfully loaded.");
+ logprintf(" >> plugin.mysql: R39-4 successfully loaded.");
38
return true;
39
}
40
0 commit comments