From: Alex Markuze Date: Tue, 18 Mar 2025 15:59:18 +0000 (+0000) Subject: another fix X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e33e4feea9d2d9f71381f33da26de570cff209f8;p=ceph-client.git another fix --- diff --git a/fs/ceph/debugfs.c b/fs/ceph/debugfs.c index 7b576fd382f0..c7097ae42618 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);