summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 527375f..1f8663f 100644
--- a/client.c
+++ b/client.c
@@ -25,6 +25,6 @@ int main(void) {
return 1;
}
- printf("Received length: %zd\nPayload:\n", reply.length);
+ printf("Received length: %zd payload:\n", reply.length);
xxd(reply.data, reply.length);
}