Skip to content

Commit 99b77f1

Browse files
committed
Fix: Log
Fix log message in GetVDM Signed-off-by: Nidhin MS <nidhin.ms@intel.com>
1 parent 0648bd1 commit 99b77f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mctpd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ handle_control_get_vdm_type_support(struct ctx *ctx, int sd,
10311031
int rc;
10321032

10331033
if (buf_size < sizeof(*req)) {
1034-
warnx("short Get Message Type Support message");
1034+
warnx("short Get VDM Type Support message");
10351035
return -ENOMSG;
10361036
}
10371037

0 commit comments

Comments
 (0)