Skip to content

Commit 8162d38

Browse files
committed
added line that was missed in cherry-pick
1 parent 9172ceb commit 8162d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtcr_ul/fwctrl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ int fwctl_control_access_register(int fd,
203203
mf->icmd.syndrome = 0;
204204
FWCTL_DEBUG_PRINT(mf, "FWCTL_IOCTL_CMD_RPC succeeded: reg_id=0x%x, method=0x%x\n", reg_id, method);
205205
}
206-
206+
FWCTL_DEBUG_PRINT(mf, "register id = 0x%x, command status = 0x%x, reg status code: 0x%x, reg status: %s\n",
207207
reg_id, cmd_status, *reg_status, m_err2str(*reg_status));
208208
out:
209209
free(out);

0 commit comments

Comments
 (0)