소스 검색

PacksForClient.h info->trace verbose log

Mircea TheHonestCTO 4 달 전
부모
커밋
ac6b9da68b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/networkPacks/PacksForClient.h

+ 1 - 1
lib/networkPacks/PacksForClient.h

@@ -686,7 +686,7 @@ struct DLL_LINKAGE TryMoveHero : public CPackForClient
 		for (const auto & tile : fowRevealed)
 			fow += tile.toString() + ", ";
 
-		logGlobal->info("OI %d, mp %d, res %d, start %s, end %s, attack %s, fow %s", id.getNum(), movePoints, static_cast<int>(result), start.toString(), end.toString(), attackedFrom.toString(), fow);
+		logGlobal->trace("OI %d, mp %d, res %d, start %s, end %s, attack %s, fow %s", id.getNum(), movePoints, static_cast<int>(result), start.toString(), end.toString(), attackedFrom.toString(), fow);
 	}
 };