From e33e4feea9d2d9f71381f33da26de570cff209f8 Mon Sep 17 00:00:00 2001 From: Alex Markuze Date: Tue, 18 Mar 2025 15:59:18 +0000 Subject: [PATCH] another fix --- fs/ceph/debugfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index 7b576fd382f05..c7097ae426189 100644 --- a/fs/ceph/debugfs.c +++ b/fs/ceph/debugfs.c @@ -391,9 +391,10 @@ static int ceph_san_tls_show(struct seq_file *s, void *p) continue; } - seq_printf(s, " [%llu] %s:%u: %.*s\n", + seq_printf(s, " [%llu] %s:%s:%u: %.*s", entry->ts, entry->file, + entry->func, entry->line, entry->len, entry->buffer); -- 2.39.5