From 5b154ae4a3d875009aa7a7d081c8e76cdb6dd50f Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Fri, 27 Feb 2015 13:48:47 +0100 Subject: [PATCH] report: one more comment explaining change of report type when tags are used for original LABEL reporting --- tools/reporter.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/reporter.c b/tools/reporter.c index df5a58b83..0e563ac64 100644 --- a/tools/reporter.c +++ b/tools/reporter.c @@ -585,6 +585,10 @@ static void _check_pv_list(struct cmd_context *cmd, int argc, char **argv, rescan_done = 1; } if (*argv[i] == '@') { + /* + * Tags are metadata related, not label + * related, change report type accordingly! + */ if (*report_type == LABEL) *report_type = PVS; /*