Re: [PATCH 06/10] monitor: read_and_act: log status when called

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux