mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 22:51:34 -07:00
unstable patch for 202312+
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "common.h"
|
||||
|
||||
#include "logger.h"
|
||||
|
||||
|
||||
void LogAPIRequest(
|
||||
const char *method,
|
||||
const char *url
|
||||
)
|
||||
{
|
||||
Log(
|
||||
"[API] %s %s",
|
||||
method ? method : "UNKNOWN",
|
||||
url ? url : "NULL"
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user