Skip to content
Commit fb2bc505 authored by Christophe Fergeau's avatar Christophe Fergeau
Browse files

storage-domain: Silence warning during XML parsing

Currently, the storage domain XML parser emits a warning when it can't
find one of the elements it's looking for. However, all of these are
marked as optional in the corresponding XML schema, so printing a
runtime warning about that is wrong. This commit switches it from
g_warning() to g_debug().
parent 5acc653e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment