summaryrefslogtreecommitdiffstats
path: root/runtime/transport/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/transport/control.c')
-rw-r--r--runtime/transport/control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/transport/control.c b/runtime/transport/control.c
index ed7725fa..92334b9c 100644
--- a/runtime/transport/control.c
+++ b/runtime/transport/control.c
@@ -106,6 +106,7 @@ static void _stp_ctl_write_dbug(int type, void *data, int len)
case STP_UNWIND:
snprintf(buf, sizeof(buf), "%s", (char *)data);
_dbug("sending STP_UNWIND %s [len=%d]\n", buf, len);
+ break;
default:
_dbug("ERROR: unknown message type: %d\n", type);
break;