mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
add debugging
This commit is contained in:
parent
d5bac18f36
commit
f446bd243c
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ void lbrylog(const char *format, ...)
|
||||||
char message[YAAMP_SMALLBUFSIZE+1024];
|
char message[YAAMP_SMALLBUFSIZE+1024];
|
||||||
sprintf(message, "{\"username\":\"stratum\", \"content\":\"%s: %s\"}", buffer2, buffer);
|
sprintf(message, "{\"username\":\"stratum\", \"content\":\"%s: %s\"}", buffer2, buffer);
|
||||||
discordlog(message);
|
discordlog(message);
|
||||||
|
debuglog(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
void discordlog(const char *message)
|
void discordlog(const char *message)
|
||||||
|
|
Loading…
Add table
Reference in a new issue