Browse Source

fatal: cause a backtrace.

Much nicer for debugging.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
21305c0d28
  1. 2
      lightningd/log.c

2
lightningd/log.c

@ -521,5 +521,5 @@ void fatal(const char *fmt, ...)
va_end(ap);
log_crash(0);
}
exit(1);
abort();
}

Loading…
Cancel
Save