debug: trace M420 in Priority-1 loop
This commit is contained in:
@@ -295,8 +295,12 @@ func (h *IACEHandler) InitializeProject(c *gin.Context) {
|
||||
}
|
||||
entry, ok := measureByID[mid]
|
||||
if !ok {
|
||||
fmt.Printf("DEBUG: MID %s NOT FOUND in measureByID for hazard %s\n", mid, hazID)
|
||||
continue
|
||||
}
|
||||
if mid == "M420" {
|
||||
fmt.Printf("DEBUG: Creating M420 for hazard %s (cat=%s)\n", hazID, hazCat)
|
||||
}
|
||||
rt := iace.ReductionType(entry.ReductionType)
|
||||
if rt == "" {
|
||||
rt = iace.ReductionTypeInformation
|
||||
|
||||
Reference in New Issue
Block a user