Skip to content

Commit 492c92a

Browse files
committed
i'm sorry.
Writing error
1 parent 024326e commit 492c92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kbe/src/server/cellapp/cellapp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ void Cellapp::reqBackupEntityCellData(Mercury::Channel* pChannel, KBEngine::Memo
564564
Entity* e = this->findEntity(entityID);
565565
if(!e)
566566
{
567-
WARRING_MSG(boost::format("Cellapp::reqBackupEntityCellData: not found entity %1%.\n") % entityID);
567+
WARNING_MSG(boost::format("Cellapp::reqBackupEntityCellData: not found entity %1%.\n") % entityID);
568568
return;
569569
}
570570

@@ -583,7 +583,7 @@ void Cellapp::reqWriteToDBFromBaseapp(Mercury::Channel* pChannel, KBEngine::Memo
583583
Entity* e = this->findEntity(entityID);
584584
if(!e)
585585
{
586-
WARRING_MSG(boost::format("Cellapp::reqWriteToDBFromBaseapp: not found entity %1%.\n") % entityID);
586+
WARNING_MSG(boost::format("Cellapp::reqWriteToDBFromBaseapp: not found entity %1%.\n") % entityID);
587587
return;
588588
}
589589

0 commit comments

Comments
 (0)