mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
bug6226: enhanced logging even further, telling number of maneuvers for the competitor
This commit is contained in:
+2
-1
@@ -2096,7 +2096,8 @@ public class MongoObjectFactoryImpl implements MongoObjectFactory {
|
||||
} catch (org.bson.BsonMaximumSizeExceededException e) {
|
||||
logger.log(Level.WARNING, "Maneuver document for competitor "+competitor.getName()+
|
||||
" in race "+raceIdentifier+
|
||||
" got too big; what about bug 6226?", e);
|
||||
" got too big; we identified "+competitorManeuvers.size()+
|
||||
" maneuvers for that competitor alone. What about bug 6226?", e);
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user