Compare commits

...

2 Commits

Author SHA1 Message Date
lenheart dbcdf6689a 1 2024-05-12 09:12:00 +08:00
lenheart f4b1970f4c 111 2024-05-12 09:10:49 +08:00
6 changed files with 8 additions and 9 deletions

View File

@ -561,15 +561,14 @@ void PrintAuroraTag()
LOG("**********************************************************"); LOG("**********************************************************");
LOG(" DNF_Server Plugin S%s ", MY_VERSION); LOG(" DNF_Server Plugin S%s ", MY_VERSION);
LOG(" By:Rindro-Aurora "); LOG(" By:Tanwan ");
LOG(" PowerBy:Vance ");
LOG("**********************************************************"); LOG("**********************************************************");
LOG("DP_S插件已加载*************************************凌众-极光"); LOG("插件已加载*********************************************贪玩");
LOG("DP_S插件已加载*************************************凌众-极光"); LOG("插件已加载*********************************************贪玩");
LOG("DP_S插件已加载*************************************凌众-极光"); LOG("插件已加载*********************************************贪玩");
LOG("DP_S插件已加载*************************************凌众-极光"); LOG("插件已加载*********************************************贪玩");
LOG("DP_S插件已加载*************************************凌众-极光"); LOG("插件已加载*********************************************贪玩");
LOG("DP_S插件已加载*************************************凌众-极光"); LOG("插件已加载*********************************************贪玩");
} }
int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3) int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3)

View File

@ -327,7 +327,7 @@ namespace Utils
nSize = vsnprintf(buff, sizeof(buff), formatstring, args); nSize = vsnprintf(buff, sizeof(buff), formatstring, args);
va_end(args); va_end(args);
char szPrINT32[BUFFCOUNT + 50] = {0}; char szPrINT32[BUFFCOUNT + 50] = {0};
sprintf(szPrINT32, "[DPS_PLUGIN] %s \n", buff); // wsprintfA sprintf(szPrINT32, "[TW_PLUGIN] %s \n", buff); // wsprintfA
printf(szPrINT32); printf(szPrINT32);
} }