[F] Fix maimai2 events

This commit is contained in:
Azalea
2024-03-23 07:01:00 -04:00
parent cf015be49f
commit 015fa3dc9f
3 changed files with 14 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ public class GetGameEventHandler implements BaseHandler {
resultMap.put("gameEventList", gameEventList);
String json = mapper.write(resultMap);
logger.info("Response: " + json);
logger.info("Response: {} events", gameEventList.size());
return json;
}
}