mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
remote: add VIR_ERR_NO_NETWORK_METADATA to daemonErrorLogFilter
Similar to other VIR_ERR_NO_* errors, we don't want to spam the daemon log with these messages. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
c9caf53d9b
commit
2f22d2a1ef
@ -107,6 +107,7 @@ static int daemonErrorLogFilter(virErrorPtr err, int priority)
|
||||
case VIR_ERR_NO_SERVER:
|
||||
case VIR_ERR_NO_CLIENT:
|
||||
case VIR_ERR_NO_HOSTNAME:
|
||||
case VIR_ERR_NO_NETWORK_METADATA:
|
||||
return VIR_LOG_DEBUG;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user