summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_psdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/coda/coda_psdev.c')
-rw-r--r--sys/coda/coda_psdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c
index f17eacd..7e71f1c 100644
--- a/sys/coda/coda_psdev.c
+++ b/sys/coda/coda_psdev.c
@@ -220,8 +220,8 @@ vc_nb_close (dev, flag, mode, td)
err = dounmount(mi->mi_vfsp, flag, td);
if (err)
- myprintf(("Error %d unmounting vfs in vcclose(%d)\n",
- err, minor(dev)));
+ myprintf(("Error %d unmounting vfs in vcclose(%s)\n",
+ err, devtoname(dev)));
return 0;
}
OpenPOWER on IntegriCloud