diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2021-10-11 14:29:30 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2021-10-11 14:29:30 +0100 |
| commit | aa479b944e2460bf4e87c36a552a480518c35ad7 (patch) | |
| tree | 566f2e5588afc351420a8aabacb6d1c6692c2963 /emu/MacOSX/deveia.c | |
| parent | c3e3cf5921fd56209eeac02b1b085c799705a41d (diff) | |
make message more helpful
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 3f2cec6c..ccd7899f 100644 --- a/emu/MacOSX/deveia.c +++ b/emu/MacOSX/deveia.c @@ -109,7 +109,7 @@ _buildsysdev(void) if(CFStringGetCString(CFArrayGetValueAtIndex(paths, i), eiapath, sizeof(eiapath), kCFStringEncodingUTF8)){ sysdev[o] = strdup(eiapath); if(vflag > 1) - print("BSD path: '%s'\n", sysdev[o]); + print("deveia path: eia%d -> '%s'\n", o, sysdev[o]); o++; } } |
