mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
cleanup: drop tracing
When activation is disabled, avoid tracing it in cache target.
This commit is contained in:
parent
db606591c0
commit
2842a645fd
@ -230,7 +230,7 @@ static int _target_present(struct cmd_context *cmd,
|
|||||||
const char *str;
|
const char *str;
|
||||||
|
|
||||||
if (!activation())
|
if (!activation())
|
||||||
return_0;
|
return 0;
|
||||||
|
|
||||||
if (!_cache_checked) {
|
if (!_cache_checked) {
|
||||||
_cache_checked = 1;
|
_cache_checked = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user