client: pretty up probe output
[fio.git] / client.c
index 2d9c0fef21faec39dafd72ca02f9a0201c9b34bb..87d03c61ab9dae2844bc30be6902777d194e9cd0 100644 (file)
--- a/client.c
+++ b/client.c
@@ -217,8 +217,6 @@ static int fio_client_connect(struct fio_client *client)
 
        dprint(FD_NET, "client: connect to host %s\n", client->hostname);
 
-       memset(&client->addr, 0, sizeof(client->addr));
-
        if (client->is_sock)
                fd = fio_client_connect_sock(client);
        else
@@ -543,7 +541,7 @@ static void handle_probe(struct fio_net_cmd *cmd)
        if (!arch)
                os = "unknown";
 
-       log_info("hostname=%s, be=%u, os=%s, arch=%s, fio ver %u.%u.%u\n",
+       log_info("hostname=%s, be=%u, os=%s, arch=%s, fio=%u.%u.%u\n",
                probe->hostname, probe->bigendian, os, arch, probe->fio_major,
                probe->fio_minor, probe->fio_patch);
 }