Re: [libvirt] [PATCH] storage: Report UUID/name consistently in driver errors

2012-10-10 Thread Cole Robinson
On 10/10/2012 12:30 PM, Eric Blake wrote: > On 10/10/2012 10:18 AM, Cole Robinson wrote: >> Done with: >> >> sed -i -e "s/no pool with matching uuid/no storage pool with matching >> uuid/g" src/storage/storage_driver.c >> sed -i -e 's/"%s", _("no storage pool with matching uuid")/_("no storage >>

Re: [libvirt] [PATCH] storage: Report UUID/name consistently in driver errors

2012-10-10 Thread Eric Blake
On 10/10/2012 10:18 AM, Cole Robinson wrote: > Done with: > > sed -i -e "s/no pool with matching uuid/no storage pool with matching uuid/g" > src/storage/storage_driver.c > sed -i -e 's/"%s", _("no storage pool with matching uuid")/_("no storage pool > with matching uuid %s"), obj->uuid/g' src/s

[libvirt] [PATCH] storage: Report UUID/name consistently in driver errors

2012-10-10 Thread Cole Robinson
Done with: sed -i -e "s/no pool with matching uuid/no storage pool with matching uuid/g" src/storage/storage_driver.c sed -i -e 's/"%s", _("no storage pool with matching uuid")/_("no storage pool with matching uuid %s"), obj->uuid/g' src/storage/storage_driver.c sed -i -e 's/"%s", _("storage poo