[libvirt] [PATCH 3/4] Add comments describing the different log sources

Eric Blake eblake at redhat.com
Fri Feb 21 17:39:36 UTC 2014


On 02/21/2014 10:31 AM, Daniel P. Berrange wrote:
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/util/virlog.h | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

ACK

> 
> diff --git a/src/util/virlog.h b/src/util/virlog.h
> index f400824..6ba2daa 100644
> --- a/src/util/virlog.h
> +++ b/src/util/virlog.h
> @@ -45,11 +45,11 @@ typedef enum {
>  } virLogDestination;
>  
>  typedef enum {
> -    VIR_LOG_FROM_FILE,
> -    VIR_LOG_FROM_ERROR,
> -    VIR_LOG_FROM_AUDIT,
> -    VIR_LOG_FROM_TRACE,
> -    VIR_LOG_FROM_LIBRARY,
> +    VIR_LOG_FROM_FILE,    /* General debugging */
> +    VIR_LOG_FROM_ERROR,   /* Errors reported */
> +    VIR_LOG_FROM_AUDIT,   /* Audit operations */
> +    VIR_LOG_FROM_TRACE,   /* DTrace probe pointers */
> +    VIR_LOG_FROM_LIBRARY, /* 3rd party libraries */
>  
>      VIR_LOG_FROM_LAST,
>  } virLogSource;
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140221/9740da28/attachment-0001.sig>


More information about the libvir-list mailing list