mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-17 06:44:38 +00:00
trivial: Do not show the libxmlb debugging by default
This commit is contained in:
parent
4986e0f020
commit
c46aa815ea
@ -485,7 +485,7 @@ fu_cabinet_build_silo (FuCabinet *self, GBytes *data, GError **error)
|
||||
g_autoptr(XbBuilderFixup) fixup2 = NULL;
|
||||
|
||||
/* verbose profiling */
|
||||
if (g_getenv ("FWUPD_VERBOSE") != NULL) {
|
||||
if (g_getenv ("FWUPD_XMLB_VERBOSE") != NULL) {
|
||||
xb_builder_set_profile_flags (self->builder,
|
||||
XB_SILO_PROFILE_FLAG_XPATH |
|
||||
XB_SILO_PROFILE_FLAG_DEBUG);
|
||||
|
@ -229,7 +229,7 @@ fu_quirks_check_silo (FuQuirks *self, GError **error)
|
||||
cachedirpkg = fu_common_get_path (FU_PATH_KIND_CACHEDIR_PKG);
|
||||
xmlbfn = g_build_filename (cachedirpkg, "quirks.xmlb", NULL);
|
||||
file = g_file_new_for_path (xmlbfn);
|
||||
if (g_getenv ("XMLB_VERBOSE") != NULL) {
|
||||
if (g_getenv ("FWUPD_XMLB_VERBOSE") != NULL) {
|
||||
xb_builder_set_profile_flags (builder,
|
||||
XB_SILO_PROFILE_FLAG_XPATH |
|
||||
XB_SILO_PROFILE_FLAG_DEBUG);
|
||||
|
@ -3222,7 +3222,7 @@ fu_engine_load_metadata_store (FuEngine *self, FuEngineLoadFlags flags, GError *
|
||||
g_clear_object (&self->silo);
|
||||
|
||||
/* verbose profiling */
|
||||
if (g_getenv ("FWUPD_VERBOSE") != NULL) {
|
||||
if (g_getenv ("FWUPD_XMLB_VERBOSE") != NULL) {
|
||||
xb_builder_set_profile_flags (builder,
|
||||
XB_SILO_PROFILE_FLAG_XPATH |
|
||||
XB_SILO_PROFILE_FLAG_DEBUG);
|
||||
|
Loading…
Reference in New Issue
Block a user