Skip to content

Commit

Permalink
rds: Remove duplicate prefix from rds_conn_path_error use
Browse files Browse the repository at this point in the history
rds_conn_path_error already prefixes "RDS:" to the output.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Oct 17, 2016
1 parent e81c7b6 commit 9c7cbcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/rds/threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ void rds_connect_worker(struct work_struct *work)
RDS_CONN_DOWN))
rds_queue_reconnect(cp);
else
rds_conn_path_error(cp,
"RDS: connect failed\n");
rds_conn_path_error(cp, "connect failed\n");
}
}
}
Expand Down

0 comments on commit 9c7cbcf

Please sign in to comment.