tarfeef101 6 年 前
コミット
e4d4dd2a9b
1 ファイル変更1 行追加1 行削除
  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;
     }
   }