diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-02-23 03:44:10 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-02-23 03:44:10 +0000 |
| commit | 3a2b5a00daed42b4a15a5364a60fcf9d6e8c6304 (patch) | |
| tree | a42232f93143b472768a60360f4fe7b6ee2683b1 | |
| parent | 8771025e31bcb18b70b8b9c0d9e0501352e018fb (diff) | |
Notes
| -rw-r--r-- | sys/isofs/cd9660/cd9660_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 34b42df11da7..5e124e45ab6a 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -488,7 +488,7 @@ iso_mountfs(devvp, mp, p, argp) /* Decide whether to use the Joliet descriptor */ if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) { - log(LOG_INFO, "cd9660: Joliet Extension\n"); + log(LOG_INFO, "cd9660: Joliet Extension (Level %d)\n", joliet_level); rootp = (struct iso_directory_record *) sup->root_directory_record; bcopy (rootp, isomp->root, sizeof isomp->root); |
