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