]> git.cworth.org Git - apitrace/commitdiff
s/UNINTERESTING/VERBOSE/
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:12:37 +0000 (08:12 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 22 Nov 2012 08:13:02 +0000 (08:13 +0000)
cli/cli_trim.cpp

index 8f0996028ced0e97e8d0a0da9d39a26ef72e22e6..22340b23b40034c90e2d10b1b6816a1c06fe740f 100644 (file)
@@ -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;
         }