Display the Joliet Extension 'level' in the log message.
PR: kern/24998
This commit is contained in:
parent
e0f332edab
commit
8283130be4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72933
@ -487,7 +487,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);
|
||||
|
@ -487,7 +487,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);
|
||||
|
Loading…
Reference in New Issue
Block a user