]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[TOOLS] VSTAT - removed an information-less line in the output
authorleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 20 Sep 2006 12:16:53 +0000 (12:16 +0000)
committerleonidk <leonidk@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 20 Sep 2006 12:16:53 +0000 (12:16 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@502 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/tools/vstat/user/vstat_main.c

index 06a0cb07c851021a2bde46a2e3071c4a14c83eba..803c13ec3b160fc48eedb23ff7f656434c3eb74a 100644 (file)
@@ -208,7 +208,7 @@ void vstat_print_ca_attr(int idx,  ib_ca_attr_t* ca_attr, BOOLEAN fullPrint){
        if (ca_attr->dev_id & 1)\r
                printf("\tATTENTION! \n\t    The device is in 'Flash Recovery' mode, probably due to an incorrect firmware."\r
                        "\n\t    Use firmware tools to solve the problem.\n",idx);\r
-       printf("\tpci_location={BUS=NA,DEV/FUNC=NA}\n");\r
+       /*printf("\tpci_location={BUS=NA,DEV/FUNC=NA}\n");*/\r
        print_uplink_info(ca_attr);\r
        printf("\tvendor_id=0x%04x\n", ca_attr->vend_id);\r
        printf("\tvendor_part_id=0x%04x\n", ca_attr->dev_id);\r