aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/msg.c')
-rw-r--r--net/tipc/msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/msg.c b/net/tipc/msg.c
index ee6b4c68d4a4..a029cdc2df6d 100644
--- a/net/tipc/msg.c
+++ b/net/tipc/msg.c
@@ -138,6 +138,7 @@ int tipc_msg_build(struct tipc_msg *hdr,
138void tipc_msg_dbg(struct print_buf *buf, struct tipc_msg *msg, const char *str) 138void tipc_msg_dbg(struct print_buf *buf, struct tipc_msg *msg, const char *str)
139{ 139{
140 u32 usr = msg_user(msg); 140 u32 usr = msg_user(msg);
141 tipc_printf(buf, KERN_DEBUG);
141 tipc_printf(buf, str); 142 tipc_printf(buf, str);
142 143
143 switch (usr) { 144 switch (usr) {