summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr/htmgt/htmgt_occcmd.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/htmgt/htmgt_occcmd.C b/src/usr/htmgt/htmgt_occcmd.C
index 0da7630bf..579b6d7d5 100644
--- a/src/usr/htmgt/htmgt_occcmd.C
+++ b/src/usr/htmgt/htmgt_occcmd.C
@@ -983,8 +983,9 @@ namespace HTMGT
if (G_debug_trace & DEBUG_TRACE_OCCCMD)
{
// Trace the command
- TMGT_BIN("buildOccCmdBuffer: OCC command (up to 256 bytes)",
- cmdBuffer, std::min(l_send_length, (uint16_t)256));
+ // TODO: RTC 124618 - Trace is having issues handling 256
+ TMGT_BIN("buildOccCmdBuffer: OCC command (up to 64 bytes)",
+ cmdBuffer, std::min(l_send_length, (uint16_t)64));
}
#ifdef CONFIG_CONSOLE_OUTPUT_OCC_COMM
OpenPOWER on IntegriCloud