From abaab5787b84a7059cd097723149cb104e20f9f4 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Thu, 25 Apr 2019 12:55:45 +0100 Subject: [PATCH] Made message output smaller Former-commit-id: 21eee7126baf3f85468dc54c5e31cbb4deda9667 --- voxygen/src/main.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/voxygen/src/main.rs b/voxygen/src/main.rs index 3217fff57e..0a47edaa7b 100644 --- a/voxygen/src/main.rs +++ b/voxygen/src/main.rs @@ -100,7 +100,7 @@ A critical error has occured and Voxygen has been forced to terminate in an unus > What should I do? -This panic is not intended, and we need your help to fix it. You can do that by contacting us (the Veloren developers) to report this problem. You can open an issue on the Veloren issue tracker here: +We need your help to fix this! You can help by contacting us and reporting this problem. To do this, open an issue on the Veloren issue tracker: https://www.gitlab.com/veloren/veloren/issues/new @@ -108,15 +108,15 @@ If you're on the Veloren community Discord server, we'd be grateful if you could > What should I include? -The error information below will be useful to us in determining the source of the problem. Please also include as much information as you can about your setup and the events that led up to the panic. +The error information below will be useful in finding and fixing the problem. Please include as much information about your setup and the events that led up to the panic as possible. -Voxygen has also logged information about the problem (including this message) to the file {:#?}. Please include the contents of this file in your bug report. +Voxygen has logged information about the problem (including this message) to the file {:#?}. Please include the contents of this file in your bug report. > Error information The information below is intended for developers and testers. -{:#?}", settings_clone.log.file, panic_info); +{:?}", settings_clone.log.file, panic_info); log::error!("VOXYGEN HAS PANICKED\n\n{}", msg);