mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
use PROXY_DEBUG to print some debug messages
This commit is contained in:
parent
e5487b846d
commit
5198e03f54
1 changed files with 3 additions and 2 deletions
|
@ -213,8 +213,9 @@ static int is_hermit_available(void)
|
|||
|
||||
if (qemu) {
|
||||
file = fopen(tmpname, "r");
|
||||
if (!file)
|
||||
printf("%s is available\n", tmpname);
|
||||
if (!file) {
|
||||
PROXY_DEBUG("%s isn't available\n", tmpname);
|
||||
}
|
||||
} else {
|
||||
char logname[MAX_PATH];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue