Skip to content

Commit 1a72fc8

Browse files
authored
Merge pull request #2597 from readdle/windows-cflog-unmute
[Windows] Redirect CFLog to stderr
2 parents 2deec47 + 8058c2d commit 1a72fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Base.subproj/CFUtilities.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ typedef enum {
712712

713713
static bool also_do_stderr(const _cf_logging_style style) {
714714
bool result = false;
715-
#if TARGET_OS_LINUX
715+
#if TARGET_OS_LINUX || TARGET_OS_WIN32
716716
// just log to stderr, other logging facilities are out
717717
result = true;
718718
#elif TARGET_OS_MAC

0 commit comments

Comments
 (0)