mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
Fix lbrylog fopen
This commit is contained in:
parent
bfe8a85f39
commit
d5bac18f36
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void initlog(const char *algo)
|
|||
sprintf(debugfile, "%s.log", algo);
|
||||
g_debuglog = fopen(debugfile, "w");
|
||||
|
||||
g_stratumlog = fopen("lbry.log", "a");
|
||||
g_lbrylog = fopen("lbry.log", "a");
|
||||
g_stratumlog = fopen("stratum.log", "a");
|
||||
g_clientlog = fopen("client.log", "a");
|
||||
g_rejectlog = fopen("reject.log", "a");
|
||||
|
|
Loading…
Add table
Reference in a new issue