Re: [libvirt] [PATCH] node_device: more informative error log when device isn't found

2015-05-28 Thread Martin Kletzander
On Wed, May 27, 2015 at 02:03:27PM -0400, Laine Stump wrote: In a couple of cases, the node device driver (and the test node device driver which likely copied it) was only logging Node device not found when it couldn't find the requested device. This patch changes those cases to log the name

[libvirt] [PATCH] node_device: more informative error log when device isn't found

2015-05-27 Thread Laine Stump
In a couple of cases, the node device driver (and the test node device driver which likely copied it) was only logging Node device not found when it couldn't find the requested device. This patch changes those cases to log the name (and in the case when it's relevant, the wwnn and wwpn) as well.