From ec5b5dfca31a3c2ec1a101e38f57f47c3952acb8 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 22 Jan 2009 11:00:14 +0000 Subject: Include the Lua stack trace and currently acting monsters in the crash report. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8694 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/crash-u.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/crash-u.cc') diff --git a/crawl-ref/source/crash-u.cc b/crawl-ref/source/crash-u.cc index fba87d64fb..8a1f3d000d 100644 --- a/crawl-ref/source/crash-u.cc +++ b/crawl-ref/source/crash-u.cc @@ -132,7 +132,7 @@ void dump_crash_info(FILE* file) if (name == NULL) name = "INVALID"; - fprintf(file, "Crash caused by signal #%d: %s" EOL, _crash_signal, + fprintf(file, "Crash caused by signal #%d: %s" EOL EOL, _crash_signal, name); } -- cgit v1.2.3-54-g00ecf