Skip to content

Commit 9c7cbcf

Browse files
JoePerchesdavem330
authored andcommitted
rds: Remove duplicate prefix from rds_conn_path_error use
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>
1 parent e81c7b6 commit 9c7cbcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

net/rds/threads.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ void rds_connect_worker(struct work_struct *work)
171171
RDS_CONN_DOWN))
172172
rds_queue_reconnect(cp);
173173
else
174-
rds_conn_path_error(cp,
175-
"RDS: connect failed\n");
174+
rds_conn_path_error(cp, "connect failed\n");
176175
}
177176
}
178177
}

0 commit comments

Comments
 (0)