mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-31 01:01:28 +00:00
Correct message
This commit is contained in:
parent
69c0ac6a7d
commit
ad8ee94a66
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,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(messages);
|
discordlog(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
void discordlog(const char *message)
|
void discordlog(const char *message)
|
||||||
|
|
Loading…
Add table
Reference in a new issue