diff --git a/code/pathname.lisp b/code/pathname.lisp
index bd5b6de1a96533955a1d08aa46098592fe16e65d..d81c415281dcf52307075d0fca107dc629cc5d49 100644
--- a/code/pathname.lisp
+++ b/code/pathname.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.51 2001/05/18 13:50:04 pw Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.52 2001/05/27 15:17:38 pw Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -57,7 +57,8 @@
 ;;;
 (defun %print-host (host stream depth)
   (declare (ignore depth))
-  (print-unreadable-object (host stream :type t :identity t)))
+  (print-unreadable-object (host stream :type t)
+    (prin1 (logical-host-name host) stream)))
 
 (defstruct (logical-host
 	    (:include host