... | ... |
@@ -214,8 +214,8 @@ void trans_timer::fire() |
214 | 214 |
trans_layer::instance()->timer_expired(this,bucket,t); |
215 | 215 |
} |
216 | 216 |
else { |
217 |
- WARN("Ignoring expired timer (%p): transaction" |
|
218 |
- " %p does not exist anymore\n",this,t); |
|
217 |
+ WARN("Ignoring expired timer (%p/%s): transaction" |
|
218 |
+ " %p does not exist anymore\n",this,timer_name(type),t); |
|
219 | 219 |
bucket->unlock(); |
220 | 220 |
} |
221 | 221 |
} |