|  | @@ -90,7 +90,7 @@ public class VlogRovLRScorer extends BaseLRV2ModelScorer {
 | 
	
		
			
				|  |  |                      try {
 | 
	
		
			
				|  |  |                          calcScore(model, items.get(fIndex), userFeatureMap, sceneFeatureMap);
 | 
	
		
			
				|  |  |                      } catch (Exception e) {
 | 
	
		
			
				|  |  | -                        LOGGER.error("ctr exception: [{}] [{}]", items.get(fIndex), ExceptionUtils.getFullStackTrace(e));
 | 
	
		
			
				|  |  | +                        LOGGER.error("ctr exception: [{}] [{}]", items.get(fIndex).getAdId(), ExceptionUtils.getFullStackTrace(e));
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                      return new Object();
 | 
	
		
			
				|  |  |                  }
 |