Fix same type of simple message error
Sometimes messages are missing or adding white spaces, now traverse the same type of error and modify it. Change-Id: Id6b684a5c7538a8cbb5268501084fc53a56e05d8
This commit is contained in:
parent
198381cd6a
commit
1a07701485
@ -424,7 +424,7 @@ def create_tables(conn, tables, column_families):
|
|||||||
separator=conn.table_prefix_separator,
|
separator=conn.table_prefix_separator,
|
||||||
table_name=table))
|
table_name=table))
|
||||||
|
|
||||||
LOG.warning(_("Cannot create table %(table_name)s "
|
LOG.warning(_("Cannot create table %(table_name)s, "
|
||||||
"it already exists. Ignoring error")
|
"it already exists. Ignoring error")
|
||||||
% {'table_name': table})
|
% {'table_name': table})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user