Signed-off-by: Albert Chu <[email protected]>
---
 ibsim/sim_cmd.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ibsim/sim_cmd.c b/ibsim/sim_cmd.c
index 83ad52d..4822a0b 100644
--- a/ibsim/sim_cmd.c
+++ b/ibsim/sim_cmd.c
@@ -1086,6 +1086,7 @@ static int do_perf_counter_set(FILE *f, char *line)
                pc->vl_xmit_wait_counters.PortVLXmitWait[vl] =
                        check_limit(&value, 
GS_PERF_VL_XMIT_WAIT_COUNTERS_LIMIT);
        } else {
+               fprintf(f, "# attribute %s not found\n", attr);
                return -1;
        }
        fprintf(f, "%s.%s has been set to %"PRIu64"\n", attr, field, value);
-- 
1.7.1



--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to