Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Sep 20, 2018
1 parent a223b56 commit 4cd51be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static int uwsc_send(struct uwsc_client *cl, const void *data, size_t len, int o
buffer_put_u8(wb, (len >> 8) & 0xFF);
buffer_put_u8(wb, len & 0xFF);
} else {
uwsc_log_err("Payload too large");
uwsc_log_err("Payload too large\n");
return -1;
}

Expand Down

0 comments on commit 4cd51be

Please sign in to comment.