This patch series contains: 1) Place plenty of log_debug statements in key places to assist with troubleshooting and debugging 2) Add new error code when attempting to stop a non-running vm (used by vmctl) Prevent vmd from crashing with updated logic when stopping a vm
Difference between v1 and v2: v2 leaves log.c alone since it's replicated/shared with many other daemons. All debug statements are now log_debug. Comments? Ok?