summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-03-06 20:56:24 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-03-06 20:56:24 +0000
commitf78eb88e5a95cfaa94342421042cad732a54a03e (patch)
tree9c3a4ddb115eacfd31ae5604c018119eee300907
parent4b5b5354da4d80c985fade8381f01712abfd32d5 (diff)
downloadweechat-f78eb88e5a95cfaa94342421042cad732a54a03e.zip
Crash message modified
-rw-r--r--src/common/weechat.c4
-rw-r--r--weechat/src/common/weechat.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/common/weechat.c b/src/common/weechat.c
index 0e6c4184e..924a68669 100644
--- a/src/common/weechat.c
+++ b/src/common/weechat.c
@@ -648,7 +648,9 @@ my_sigsegv ()
fprintf (stderr, "\n");
fprintf (stderr, "*** Very bad! WeeChat has crashed (SIGSEGV received)\n");
fprintf (stderr, "*** Full crash dump was saved to ~/.weechat/weechat.log file\n");
- fprintf (stderr, "*** Please send this file to WeeChat developers.\n\n");
+ fprintf (stderr, "*** Please send this file to WeeChat developers.\n");
+ fprintf (stderr, "*** (be careful, private info may be in this file since\n");
+ fprintf (stderr, "*** part of chats are displayed, so remove lines if needed)\n\n");
wee_shutdown (EXIT_FAILURE);
}
diff --git a/weechat/src/common/weechat.c b/weechat/src/common/weechat.c
index 0e6c4184e..924a68669 100644
--- a/weechat/src/common/weechat.c
+++ b/weechat/src/common/weechat.c
@@ -648,7 +648,9 @@ my_sigsegv ()
fprintf (stderr, "\n");
fprintf (stderr, "*** Very bad! WeeChat has crashed (SIGSEGV received)\n");
fprintf (stderr, "*** Full crash dump was saved to ~/.weechat/weechat.log file\n");
- fprintf (stderr, "*** Please send this file to WeeChat developers.\n\n");
+ fprintf (stderr, "*** Please send this file to WeeChat developers.\n");
+ fprintf (stderr, "*** (be careful, private info may be in this file since\n");
+ fprintf (stderr, "*** part of chats are displayed, so remove lines if needed)\n\n");
wee_shutdown (EXIT_FAILURE);
}