- Debug info should be encapsulated.
This commit is contained in:
		
							parent
							
								
									85ac32fbd1
								
							
						
					
					
						commit
						c929fa6ea3
					
				@ -852,12 +852,17 @@ compute_role_variables (const System sys, Protocol p, Role r)
 | 
				
			|||||||
      roledef_iterate_events (r->roledef, process_event);
 | 
					      roledef_iterate_events (r->roledef, process_event);
 | 
				
			||||||
      r->variables = tl;
 | 
					      r->variables = tl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef DEBUG
 | 
				
			||||||
 | 
					      if (DEBUGL (5))
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
	  eprintf ("All variables for role ");
 | 
						  eprintf ("All variables for role ");
 | 
				
			||||||
	  termPrint (r->nameterm);
 | 
						  termPrint (r->nameterm);
 | 
				
			||||||
	  eprintf (" are ");
 | 
						  eprintf (" are ");
 | 
				
			||||||
	  termlistPrint (tl);
 | 
						  termlistPrint (tl);
 | 
				
			||||||
	  eprintf ("\n");
 | 
						  eprintf ("\n");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//! Compute prec() sets for each claim.
 | 
					//! Compute prec() sets for each claim.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user