|
@@ -2117,7 +2117,9 @@ xlog_print_trans(
|
|
|
|
|
|
/* dump core transaction and ticket info */
|
|
|
xfs_warn(mp, "transaction summary:");
|
|
|
- xfs_warn(mp, " flags = 0x%x", tp->t_flags);
|
|
|
+ xfs_warn(mp, " log res = %d", tp->t_log_res);
|
|
|
+ xfs_warn(mp, " log count = %d", tp->t_log_count);
|
|
|
+ xfs_warn(mp, " flags = 0x%x", tp->t_flags);
|
|
|
|
|
|
xlog_print_tic_res(mp, tp->t_ticket);
|
|
|
|