Diff between 889a1a14004932cc49fa4f12e06acf01bf28ff2e and 77a7ad6ae16bdcc686438d6aab8d97c6b0a0ac6d
Changed Files
| File | Additions | Deletions | Status |
| tools/obex-client-tool.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/obex-client-tool.c b/tools/obex-client-tool.c
index a28d43c..81a2be0 100644
--- a/tools/obex-client-tool.c
+++ b/tools/obex-client-tool.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);