summaryrefslogtreecommitdiff
path: root/sql/signal_handler.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2012-02-21 01:51:55 +0200
committerMichael Widenius <monty@askmonty.org>2012-02-21 01:51:55 +0200
commit8d7e105f164c1c7b078a959095a0c308310ac932 (patch)
tree578155154dc79affe9b723a85b28bc2e9e74172b /sql/signal_handler.cc
parente7fef1df58559f29c16a4571d4218ff291a8050e (diff)
parent7ed4806b1181c1f003d2d31f997a4ca6609ee794 (diff)
downloadmariadb-git-8d7e105f164c1c7b078a959095a0c308310ac932.tar.gz
Automatic merge
Diffstat (limited to 'sql/signal_handler.cc')
-rw-r--r--sql/signal_handler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/signal_handler.cc b/sql/signal_handler.cc
index 6406cd3bae0..ae0cf6e1bb0 100644
--- a/sql/signal_handler.cc
+++ b/sql/signal_handler.cc
@@ -92,10 +92,10 @@ extern "C" sig_handler handle_fatal_signal(int sig)
my_safe_printf_stderr("%s",
"This could be because you hit a bug. It is also possible that this binary\n"
"or one of the libraries it was linked against is corrupt, improperly built,\n"
- "or misconfigured. This error can also be caused by malfunctioning hardware.\n");
+ "or misconfigured. This error can also be caused by malfunctioning hardware.\n\n");
my_safe_printf_stderr("%s",
- "To report this bug, see http://kb.askmonty.org/en/reporting-bugs\n");
+ "To report this bug, see http://kb.askmonty.org/en/reporting-bugs\n\n");
my_safe_printf_stderr("%s",
"We will try our best to scrape up some info that will hopefully help\n"