1
0
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:
Zdenek Kabelac 2021-02-27 17:08:52 +01:00
parent 1042cd9a61
commit 8e1771f857

View File

@ -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;
} }