summaryrefslogtreecommitdiffstats
path: root/libunwind/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwind/src/config.h')
-rw-r--r--libunwind/src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/config.h b/libunwind/src/config.h
index 2b280820e18..354e1141512 100644
--- a/libunwind/src/config.h
+++ b/libunwind/src/config.h
@@ -83,7 +83,7 @@
fflush(stderr); \
abort(); \
} while (0)
-#define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libunwind: " msg, __VA_ARGS__)
+#define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libunwind: " msg "\n", __VA_ARGS__)
// Macros that define away in non-Debug builds
#ifdef NDEBUG
OpenPOWER on IntegriCloud