diff --git a/Clojure/Clojure/Lib/RT.cs b/Clojure/Clojure/Lib/RT.cs index e7f89a6d..d2936a1e 100644 --- a/Clojure/Clojure/Lib/RT.cs +++ b/Clojure/Clojure/Lib/RT.cs @@ -3284,7 +3284,7 @@ public static void load(String relativePath, Boolean failIfNotFound) if (!loaded && failIfNotFound) - throw new FileNotFoundException(String.Format("Could not locate {0} with extensions .cljr, .cljc, .cljr, .cljr.dll, .cljc.dll, or .clj.dll on load path.{1}", + throw new FileNotFoundException(String.Format("Could not locate {0} with extensions .cljr, .cljc, .clj, .cljr.dll, .cljc.dll, or .clj.dll on load path.{1}", relativePath, relativePath.Contains("_") ? " Please check that namespaces with dashes use underscores in the Clojure file name." : "")); }