VIR_DEBUG("mon=%p", mon);
Even if this message shows up in logs, it is near impossible to trace which event was seen by the VM. And it is quite another task to see which VM this monitor belonged to.
Not that more vebosity wont help here.
However, I am only trying to make logs easier to work with. Every message should ideally contribute to something meaningful, else it has little value to add while debugging.
[Please don't drop the list on the responses.]
On Wed, Mar 22, 2017 at 13:52:14 +0530, Prerna wrote:
> Always enabling debug logs adds a *lot* of logspew.
> It would be good to have self-sufficient error messages, dont you think ?
> What is wrong with adding a VM name field here ?
It's mostly useless. You get the VM name, but you don't have the
operation that failed. So it's useless for debugging.