diff options
-rw-r--r-- | src/core/wee-command.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index c04281e6d..a8d458157 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -838,6 +838,9 @@ command_debug (struct t_gui_buffer *buffer, else if (string_strcasecmp (argv[0], "buffer") == 0) { gui_buffer_dump_hexa (buffer); + gui_chat_printf (NULL, + "DEBUG: buffer content written in WeeChat " + "log file"); } else if (string_strcasecmp (argv[0], "windows") == 0) { |