tarfeef101 6 éve
szülő
commit
e4d4dd2a9b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      kern/synchprobs/traffic_synch.c

+ 1 - 1
kern/synchprobs/traffic_synch.c

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