1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 06:26:37 +02:00

Add newlog TODO item

This commit is contained in:
Bram Matthys
2021-08-07 14:14:13 +02:00
parent f4af4acb16
commit 39e45c2be3
+5
View File
@@ -1279,3 +1279,8 @@ void log_blocks_switchover(void)
memcpy(logs, temp_logs, sizeof(logs));
memset(temp_logs, 0, sizeof(temp_logs));
}
/* TODO: if logging to the same file from multiple log { }
* blocks, then we would have opened the file twice.
* Better to use an extra layer to keep track of files.
*/