mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
debug: use enclusing "" for debug
This commit is contained in:
parent
1042cd9a61
commit
8e1771f857
@ -983,7 +983,7 @@ static const char *_find_config_str(const void *start, node_lookup_fn find_fn,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (fail)
|
if (fail)
|
||||||
log_very_verbose("%s not found in config: defaulting to %s",
|
log_very_verbose("%s not found in config: defaulting to \"%s\"",
|
||||||
path, fail);
|
path, fail);
|
||||||
return fail;
|
return fail;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user