Index: trunk/tools/trainwreck/trainwreck.c |
— | — | @@ -287,7 +287,9 @@ |
288 | 288 | } |
289 | 289 | mysql_close(writer.wr_conn); |
290 | 290 | writer.wr_status = ST_STOPPED; |
291 | | - logmsg("slave threads stopped"); |
| 291 | + logmsg("slave threads stopped; last executed = %s,%lu", |
| 292 | + writer.wr_last_executed_file, |
| 293 | + (long unsigned int) writer.wr_last_executed_pos); |
292 | 294 | } |
293 | 295 | |
294 | 296 | static int |