--- tools/test-client.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/test-client.c b/tools/test-client.c index a28d43c..81a2be0 100644 --- a/tools/test-client.c +++ b/tools/test-client.c @@ -181,7 +181,7 @@ static void cmd_get(int argc, char **argv) G_OBEX_HDR_NAME, argv[1], G_OBEX_HDR_INVALID); if (err != NULL) { - g_printerr("put failed: %s\n", err->message); + g_printerr("get failed: %s\n", err->message); g_error_free(err); close(data->fd); g_free(data); -- 1.7.8.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html