From 28f65148273ec8fade06a6e5bbfe40017be41dcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 22 Nov 2012 08:12:37 +0000 Subject: [PATCH] s/UNINTERESTING/VERBOSE/ --- cli/cli_trim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cli_trim.cpp b/cli/cli_trim.cpp index 8f09960..22340b2 100644 --- a/cli/cli_trim.cpp +++ b/cli/cli_trim.cpp @@ -213,7 +213,7 @@ trim_trace(const char *filename, struct trim_options *options) } /* Also, prune if uninteresting (unless the user asked for no pruning. */ - if (options->prune_uninteresting && call->flags & trace::CALL_FLAG_UNINTERESTING) { + if (options->prune_uninteresting && call->flags & trace::CALL_FLAG_VERBOSE) { goto NEXT; } -- 2.43.0