aboutsummaryrefslogtreecommitdiff
path: root/src/sg_logs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sg_logs.c')
-rw-r--r--src/sg_logs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sg_logs.c b/src/sg_logs.c
index 272551be..3666d4c8 100644
--- a/src/sg_logs.c
+++ b/src/sg_logs.c
@@ -3038,7 +3038,7 @@ show_ie_page(const uint8_t * resp, int len, const struct opts_t * op)
sg_get_unaligned_be32(bp + 12),
sg_get_unaligned_be32(bp + 16),
cp);
- decoded = true;
+ /* decoded = true; */
} else if ((! decoded) && full) {
printf(" parameter code = 0x%x, contents in hex:\n", pc);
dStrHex((const char *)bp, extra, 1);