src/crashCatcher.cpp

changeset 1060
940b3e565ac3
parent 1058
695edd4f0411
child 1072
9ce9496427f2
--- a/src/crashCatcher.cpp	Fri Nov 18 03:01:38 2016 +0200
+++ b/src/crashCatcher.cpp	Sat Nov 19 22:57:18 2016 +0200
@@ -96,12 +96,12 @@
 		}
 		else
 		{
-			printf("Unable to write a crashlog.\n");
+			printf("Unable to write a crashlog: %s\n", file.errorString().toUtf8().constData());
 		}
 	}
 	else
 	{
-		printf("Unable to write commands to temporary file.");
+		printf("Unable to write commands to temporary file: %s", commandsFile.errorString().toUtf8().constData());
 	}
 
 	finalAbort();

mercurial