summaryrefslogtreecommitdiff
path: root/emu
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-10-10 16:46:07 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-10-10 16:46:07 +0100
commita3b48c04d0cbf55ffa78314786dacbb437db10ab (patch)
treedd47cbdddb74d329a1dd48cd8c42f5f602de23d4 /emu
parent9fefa9c8ca5bfc402d56cb3b49ba7dfbe198822b (diff)
make deveia less chatty
Diffstat (limited to 'emu')
-rw-r--r--emu/MacOSX/deveia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/MacOSX/deveia.c b/emu/MacOSX/deveia.c
index c9c9b27f..3f2cec6c 100644
--- a/emu/MacOSX/deveia.c
+++ b/emu/MacOSX/deveia.c
@@ -108,7 +108,7 @@ _buildsysdev(void)
for(i = 0; i < npath && i < nelem(sysdev); i++){
if(CFStringGetCString(CFArrayGetValueAtIndex(paths, i), eiapath, sizeof(eiapath), kCFStringEncodingUTF8)){
sysdev[o] = strdup(eiapath);
- if(vflag)
+ if(vflag > 1)
print("BSD path: '%s'\n", sysdev[o]);
o++;
}