1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 14:13:23 +00:00

fix_empty_log_windows (#3396)

\
This commit is contained in:
depler 2022-07-04 08:34:39 +03:00 committed by GitHub
parent d62a0bd81e
commit 707fce44da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,11 +99,8 @@ void logAddImpl(
}
auto const lock = log_state.unique_lock();
#ifdef _WIN32
OutputDebugStringA(fmt::format(FMT_STRING("{:s}\r\n"), msg).c_str());
#elif defined(__ANDROID__)
#if defined(__ANDROID__)
int prio;