From aa479b944e2460bf4e87c36a552a480518c35ad7 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Mon, 11 Oct 2021 14:29:30 +0100 Subject: make message more helpful --- emu/MacOSX/deveia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; } } -- cgit v1.2.3