Skip to content

Commit 2f42bb0

Browse files
committed
DNBLogThreadedIf already inserts a newline
llvm-svn: 158995
1 parent c384b95 commit 2f42bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ CPUHasAVX()
110110
}
111111
}
112112
}
113-
DNBLogThreadedIf (LOG_THREAD, "CPUHasAVX(): g_has_avx = %i (err = %i, errno = %i, xnu_version = %llu)\n", g_has_avx, err, errno, xnu_version);
113+
DNBLogThreadedIf (LOG_THREAD, "CPUHasAVX(): g_has_avx = %i (err = %i, errno = %i, xnu_version = %llu)", g_has_avx, err, errno, xnu_version);
114114
}
115115

116116
return (g_has_avx == eAVXPresent);

0 commit comments

Comments
 (0)