On 11/29/2012 05:17 PM, levin li wrote: > + dprintf("ERROR: can not find copy number for object %" > + PRIx64 "\n", oids[i]); maybe use eprintf is better which will show us message even without '-d' specified. Thanks, Yuan