aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-01-16 11:13:43 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-01-16 11:13:43 -0500
commitbdfe8d2b30f4877d2d4def7aaf1be8fa7b54d84d (patch)
tree51dedccd234de666c019d742c6ea5da9bd326b0c
parent3006e18b5eeab15eb09469c47fcbc02aa7293768 (diff)
ics: improve error message
-rw-r--r--kernel/ics.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/ics.c b/kernel/ics.c
index e264f70cca..a0160334a8 100644
--- a/kernel/ics.c
+++ b/kernel/ics.c
@@ -170,8 +170,8 @@ static void abort_local_ics_reader(void* _ics)
170 t->comm, t->pid); 170 t->comm, t->pid);
171 } else 171 } else
172 printk(KERN_INFO "ICS: could not roll back " 172 printk(KERN_INFO "ICS: could not roll back "
173 "%s/%d err1=%d err2=%d\n", 173 "%s/%d state=%d err1=%d err2=%d i=%d extra=%p &top=%p\n",
174 t->comm, t->pid, err1, err2); 174 t->comm, t->pid, t->state, err1, err2, i, entry->extra, &t->ics_cb->top);
175 return; 175 return;
176 } 176 }
177 } 177 }