Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2001 01:19:05 -0500 (EST)
From:      matt@gsicomp.on.ca
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/24998: More verbose logging for Joliet CDs
Message-ID:  <200102110619.f1B6J4V00453@gabby.gsicomp.on.ca>

next in thread | raw e-mail | index | archive | help

>Number:         24998
>Category:       kern
>Synopsis:       More verbose logging for Joliet CDs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 22:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matt Emmerton
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
GSI Computer Services
>Environment:

FreeBSD gabby.gsicomp.on.ca 4.2-STABLE FreeBSD 4.2-STABLE #1: Sat Feb 10 23:23:51 EST 2001

>Description:

	Joliet has multiple "levels", and I figured it would be handy
	to log the level.

>How-To-Repeat:

>Fix:

--- sys/isofs/cd9660/cd9660_vfsops.c.orig	Sun Feb 11 01:15:09 2001
+++ sys/isofs/cd9660/cd9660_vfsops.c	Sun Feb 11 01:14:55 2001
@@ -488,7 +488,7 @@
 	/* 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);


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102110619.f1B6J4V00453>