From 0468201a40c22564e1f3ad5f10afcdc45f8c339a Mon Sep 17 00:00:00 2001 From: zhengchao Date: Fri, 24 Jun 2016 15:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B9=8B=E5=89=8D=E7=94=B1?= =?UTF-8?q?=E4=BA=8E=E5=90=8D=E7=A7=B0=E6=9B=BF=E6=8D=A2=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E9=94=99=E8=AF=AF=E8=BE=93=E5=87=BA=E4=B8=AD?= =?UTF-8?q?=E7=9A=84table=E5=8D=95=E8=AF=8D=E8=A2=AB=E8=AF=AF=E6=94=B9?= =?UTF-8?q?=E5=8F=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_rule.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index 4c557fa..290d9da 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -1312,7 +1312,7 @@ int sync_region(MESA_htable_handle region_hash,int region_id,const char* table_n if(ret<0) { MESA_handle_runtime_log(logger,RLOG_LV_FATAL,maat_module , - "region id %d of table_char2matrix %s is not unique.",region_id,table_name); + "region id %d of table %s is not unique.",region_id,table_name); return -1; } @@ -1323,7 +1323,7 @@ int sync_region(MESA_htable_handle region_hash,int region_id,const char* table_n if(ret==-1) { MESA_handle_runtime_log(logger,RLOG_LV_FATAL,maat_module , - "region delete error,id %d in table_char2matrix %s does not exisit." + "region delete error,id %d in table %s does not exisit." ,region_id ,table_name); return -1;