diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-10-10 16:46:07 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-10-10 16:46:07 +0100 |
| commit | a3b48c04d0cbf55ffa78314786dacbb437db10ab (patch) | |
| tree | dd47cbdddb74d329a1dd48cd8c42f5f602de23d4 /emu/MacOSX/deveia.c | |
| parent | 9fefa9c8ca5bfc402d56cb3b49ba7dfbe198822b (diff) | |
make deveia less chatty
Diffstat (limited to 'emu/MacOSX/deveia.c')
| -rw-r--r-- | emu/MacOSX/deveia.c | 2 |
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++; } |
