Display the Joliet Extension 'level' in the log message.

PR: kern/24998
This commit is contained in:
Alfred Perlstein 2001-02-23 03:43:05 +00:00
parent e0f332edab
commit 8283130be4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72933
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);