diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index 3073b4719d9e440825bc5096e79d5127641c2e95..077508460b4718d56b0af9a3d3e4788fdc04ca0d 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.72 1993/08/31 12:50:25 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.73 1993/11/16 18:17:27 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1503,10 +1503,10 @@
     (cond ((> expanded *inline-expansion-limit*) nil)
 	  ((= expanded *inline-expansion-limit*)
 	   (let ((*compiler-error-context* node))
-	     (compiler-warning "*Inline-Expansion-Limit* (~D) exceeded, ~
-				probably trying to~%  ~
-				inline a recursive function."
-			       *inline-expansion-limit*))
+	     (compiler-note "*Inline-Expansion-Limit* (~D) exceeded, ~
+			     probably trying to~%  ~
+			     inline a recursive function."
+			    *inline-expansion-limit*))
 	   nil)
 	  (t t))))