Skip to content

Commit 339409d

Browse files
committed
增加错误提示
1 parent 12f3129 commit 339409d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kbe/src/server/dbmgr/dbtasks.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,11 @@ bool DBTaskActivateAccount::db_thread_process()
778778

779779
success_ = pTable1->activateAccount(pdbi_, code_, info);
780780
if(!success_)
781+
{
782+
WARNING_MSG(boost::format("DBTaskActivateAccount::db_thread_process(): activateAccount error: %1%\n") %
783+
pdbi_->getstrerror());
781784
return false;
785+
}
782786

783787
return false;
784788
}

0 commit comments

Comments
 (0)