mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove debug messages, delete temporary files
This commit is contained in:
parent
984597d710
commit
d878403daa
1 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@
|
|||
#define EVENT_SIZE (sizeof (struct inotify_event))
|
||||
#define BUF_LEN (1024 * (EVENT_SIZE + 16))
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define PROXY_DEBUG(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__);
|
||||
#else
|
||||
#define PROXY_DEBUG(fmt, ...) {}
|
||||
|
@ -93,7 +93,7 @@ static void fini_qemu(void)
|
|||
if (ret <= 0)
|
||||
fprintf(stderr, "Unable to read Qemu's pid\n");
|
||||
fclose(fp);
|
||||
//unlink(pidname);
|
||||
unlink(pidname);
|
||||
|
||||
if (id >= 0) {
|
||||
int status = 0;
|
||||
|
@ -104,7 +104,7 @@ static void fini_qemu(void)
|
|||
}
|
||||
|
||||
dump_log();
|
||||
//unlink(tmpname);
|
||||
unlink(tmpname);
|
||||
}
|
||||
|
||||
static void fini_multi(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue