From root@gabby.gsicomp.on.ca  Sat Feb 10 22:23:14 2001
Return-Path: <root@gabby.gsicomp.on.ca>
Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149])
	by hub.freebsd.org (Postfix) with ESMTP id 5B23A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Feb 2001 22:23:13 -0800 (PST)
Received: from gabby.gsicomp.on.ca (root@gabby.gsicomp.on.ca [192.168.0.2])
	by xena.gsicomp.on.ca (8.11.1/8.9.3) with ESMTP id f1B6LRi55746
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Feb 2001 01:21:27 -0500 (EST)
	(envelope-from root@gabby.gsicomp.on.ca)
Received: (from root@localhost)
	by gabby.gsicomp.on.ca (8.11.1/8.9.3) id f1B6J4V00453;
	Sun, 11 Feb 2001 01:19:05 -0500 (EST)
	(envelope-from root)
Message-Id: <200102110619.f1B6J4V00453@gabby.gsicomp.on.ca>
Date: Sun, 11 Feb 2001 01:19:05 -0500 (EST)
From: matt@gsicomp.on.ca
Reply-To: matt@gsicomp.on.ca
To: FreeBSD-gnats-submit@freebsd.org
Subject: More verbose logging for Joliet CDs
X-Send-Pr-Version: 3.2

>Number:         24998
>Category:       kern
>Synopsis:       More verbose logging for Joliet CDs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 22:30:00 PST 2001
>Closed-Date:    Fri Oct 12 01:12:32 PDT 2001
>Last-Modified:  Fri Oct 12 01:13:12 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: alfred 
State-Changed-When: Fri Oct 12 01:12:32 PDT 2001 
State-Changed-Why:  
Matthew reminded me that I committed the patch contained a while back. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24998 
>Unformatted:
