about summary refs log tree commit diff stats
path: root/tangle/001trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/001trace.cc')
-rw-r--r--tangle/001trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle/001trace.cc b/tangle/001trace.cc
index 5d9e3d8a..d228301a 100644
--- a/tangle/001trace.cc
+++ b/tangle/001trace.cc
@@ -54,7 +54,7 @@ trace_stream* Trace_stream = NULL;
 struct die {};
 ostream& operator<<(ostream& os, __attribute__((unused)) die) {
   if (Hide_warnings) return os;
-  os << "dying";
+  os << "dying\n";
   exit(1);
 }