On 07/31/2013 04:59 AM, NeilBrown wrote: > } >> + >> + gettimeofday(&tv, NULL); >> + fprintf(stderr, "%s(%d): %ld.%06ld state:%s prev:%s action:%s prev: %s start:%llu\n", >> + __func__, a->info.container_member, >> + tv.tv_sec, tv.tv_usec, >> + array_states[a->curr_state], >> + array_states[a->prev_state], >> + sync_actions[a->curr_action], >> + sync_actions[a->prev_action], >> + a->info.resync_start >> + ); > > I hope this was meant to be "dprintf" ??? > > I've made that change. OOps sorry. That was part of a (failed) attempt of mine to print ONLY this message. I forgot to undo it later. Thanks a lot for spotting it. Martin -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html