summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/proto.c2
-rwxr-xr-xtest/suite-clopts.sh1
2 files changed, 0 insertions, 3 deletions
diff --git a/epan/proto.c b/epan/proto.c
index fe5055c1d8..0c262b79c6 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -9267,8 +9267,6 @@ proto_registrar_dump_values(void)
units = NULL;
if (hfinfo->strings != NULL) {
-fprintf(stderr, "Will dump %s value string\n", hfinfo->abbrev);
-fflush(stderr);
if ((hfinfo->display & FIELD_DISPLAY_E_MASK) != BASE_CUSTOM &&
(hfinfo->type == FT_CHAR ||
hfinfo->type == FT_UINT8 ||
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index f988aec426..3a0b7eda68 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -296,7 +296,6 @@ test_dump_glossary() {
RETURNVALUE=$?
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
test_step_failed "exit status: $RETURNVALUE"
- test_step_failed "Error messages on stderr"
elif [ -s ./testout.txt ]; then
test_step_output_print ./testout.txt
test_step_failed "Error messages on stderr"