1
0
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:
Zdenek Kabelac 2016-05-06 13:59:13 +02:00
parent db606591c0
commit 2842a645fd

View File

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