aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/lib.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.clj b/lib/lib.clj
index bfc5e83d..5b80c657 100644
--- a/lib/lib.clj
+++ b/lib/lib.clj
@@ -194,7 +194,7 @@
(binding [*verbose* (or *verbose* verbose)]
(when load
(when *verbose*
- (printf "(lib/load-resource \"%s\")\n" url)
+ (printf "(clojure-contrib.lib/load-resource \"%s\")\n" url)
(flush))
(throw-if (not url) "'%s' not found in classpath" path)
(load sym url namespace))