Skip to content

Commit 6f95abe

Browse files
committed
utils: fix oversight causing a non-rotating CitizenFX.log to be written by Win32 FXS builds
this _may_ be replaced with a proper CoreConsole listener in the future, implemented in the actual server component
1 parent 375526f commit 6f95abe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/client/shared/Utils.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,10 @@ void TraceReal(const char* channel, const char* func, const char* file, int line
276276
OutputDebugStringA(buffer.c_str());
277277
}
278278

279+
#ifndef IS_FXSERVER
279280
PerformFileLog(buffer.c_str());
280281
#endif
282+
#endif
281283
}
282284

283285
fwString url_encode(const fwString &value)

0 commit comments

Comments
 (0)