tarfeef101 пре 6 година
родитељ
комит
de16a470f1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      kern/synchprobs/traffic_synch.c

+ 1 - 0
kern/synchprobs/traffic_synch.c

@@ -234,6 +234,7 @@ void intersection_before_entry(Direction origin, Direction destination)
     }
     else
     {
+      kprintf("skipped %d because it was null\n");
       continue;
     }
   }