Browse Source

org-odt.el: Trivial change

Jambunathan K 13 years ago
parent
commit
59074ab3bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-odt.el

+ 1 - 1
lisp/org-odt.el

@@ -113,7 +113,7 @@ and `org-odt-data-dir'.")
 					       schema-dir))
 			    (file-readable-p
 			     (expand-file-name "schemas.xml" schema-dir)))
-		   (message "Debug (org-odt): Success. Using schema files under %s"
+		   (message "Debug (org-odt): Using schema files under %s"
 			    schema-dir)
 		   (throw 'schema-dir schema-dir))))
 	     org-odt-schema-dir-list)