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;
     }
   }