summaryrefslogtreecommitdiff
path: root/emu/MacOSX/deveia.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/MacOSX/deveia.c')
-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 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++;
}
}