summaryrefslogtreecommitdiff
path: root/gdbstub
diff options
context:
space:
mode:
Diffstat (limited to 'gdbstub')
-rw-r--r--gdbstub/gdbstub_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbstub/gdbstub_sys.c b/gdbstub/gdbstub_sys.c
index 4b1d917a..f98a7abb 100644
--- a/gdbstub/gdbstub_sys.c
+++ b/gdbstub/gdbstub_sys.c
@@ -259,7 +259,7 @@ static int wait_ack(struct msg *msg)
} while (ret < 0 && errno == EAGAIN);
if (msg->type != MSG_TYPE_ACK) {
- fprintf(stderr, "unexpected msg.type %d\n", msg->type);
+ fprintf(stderr, "wait_ack: unexpected msg.type %d\n", msg->type);
return 1;
}