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:
qin.jiang 2017-01-19 20:25:19 +08:00
parent 198381cd6a
commit 1a07701485
7 changed files with 8 additions and 8 deletions

View File

@ -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})