comparison src/vdisk.c @ 62:5b3871f8bdaa

remove debug log
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 25 Jul 2018 20:27:11 +0900
parents 80f4ec9a3420
children 1887f7098f15
comparison
equal deleted inserted replaced
61:80f4ec9a3420 62:5b3871f8bdaa
16 #include <string.h> 16 #include <string.h>
17 #include <time.h> 17 #include <time.h>
18 #include <arpa/inet.h> 18 #include <arpa/inet.h>
19 #include <fcntl.h> 19 #include <fcntl.h>
20 20
21 static int vdiskdebug = 1; // bit 1 trace, bit 2 filename 21 static int vdiskdebug = 0; // bit 1 trace, bit 2 filename
22 22
23 23
24 Byte pmmu[8]; // process dat mmu 24 Byte pmmu[8]; // process dat mmu
25 25
26 extern char *prog ; // for disass 26 extern char *prog ; // for disass