1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

Remove time in weechat.log file when dumping data (crash or user is asking dump)

This commit is contained in:
Sebastien Helleu
2009-04-26 09:43:06 +02:00
parent c3321b1406
commit 0a8077f0d6
4 changed files with 24 additions and 11 deletions
+1
View File
@@ -64,6 +64,7 @@ debug_dump (int crash)
{
debug_dump_active = 1;
log_printf ("Very bad, WeeChat is crashing (SIGSEGV received)...");
weechat_log_use_time = 0;
}
log_printf ("");