mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
gobex: Fix missing newline in test-server error log
This commit is contained in:
parent
7ee5aede6e
commit
562f84396b
@ -180,7 +180,7 @@ static void handle_get(GObex *obex, GObexPacket *req, gpointer user_data)
|
||||
|
||||
data->fd = open(name, O_RDONLY | O_NOCTTY, 0);
|
||||
if (data->fd < 0) {
|
||||
g_printerr("open(%s): %s", name, strerror(errno));
|
||||
g_printerr("open(%s): %s\n", name, strerror(errno));
|
||||
g_free(data);
|
||||
g_obex_send_rsp(obex, G_OBEX_RSP_FORBIDDEN, NULL);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user