use of loge
This commit is contained in:
@@ -62,7 +62,7 @@ bool World::LoadMap(const protocol::WorldDataPacket* worldData) {
|
||||
bool World::LoadMapFromFile(const std::string& fileName) {
|
||||
DataBuffer buffer;
|
||||
if (!buffer.ReadFile(fileName)) {
|
||||
utils::LOG(utils::format("[ERROR] : Failed to load map from file %s", fileName.c_str()));
|
||||
utils::LOGE(utils::format("Failed to load map from file %s", fileName.c_str()));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user