aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Clark <james.clark@arm.com>2021-07-29 16:55:47 +0100
committerMike Leach <mike.leach@linaro.org>2021-10-10 10:07:16 +0100
commit719c3a681bc8b584e33e6de164fa7fe4868f29c5 (patch)
tree1039d9e9cd7a85f9716f7e981d9eb6e712e832d5
parentf23c1932cddf499740fcae068566c9980b68c197 (diff)
opencsd: Remove noisy printf
This printf is the only occurrence outside of the tests. When using OpenCSD with perf in TUI mode, printfs can corrupt the UI and make perf's own error messages hard to see. The proper way to print would be pr_warning() or ui__warning() which aren't available here. I don't see an easy way of making this work, and I don't think this printf is that useful either, so remove it. Signed-off-by: James Clark <james.clark@arm.com>
-rw-r--r--decoder/source/trc_frame_deformatter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoder/source/trc_frame_deformatter.cpp b/decoder/source/trc_frame_deformatter.cpp
index 4f7c40357e7b..dc12e3f33046 100644
--- a/decoder/source/trc_frame_deformatter.cpp
+++ b/decoder/source/trc_frame_deformatter.cpp
@@ -437,7 +437,6 @@ int TraceFmtDcdImpl::checkForResetFSyncPatterns()
if (num_fsyncs)
{
- printf("Frame deformatter: Found %d FSYNCS\n",num_fsyncs);
if ((num_fsyncs % 4) == 0)
{
// reset the upstream decoders