diff options
Diffstat (limited to 'src/common/weechat.c')
-rw-r--r-- | src/common/weechat.c | 4 |
1 files changed, 3 insertions, 1 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); } |