Fixed struct name

v3.0_debugFastLog
Rahim Kanji 1 year ago committed by GitHub
parent c45ea54e44
commit 0b7733b0f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -267,7 +267,7 @@ void proxy_debug_func(
}
if (write_to_disk == true) {
// Create a DebugLogEntry
LogEntry entry;
DebugLogEntry entry;
entry.time = curtime;
entry.lapse = curtime - pretime;
entry.thr = thr;

Loading…
Cancel
Save