From 824a53259069349e28844af51cdff75ce667a53b Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sat, 9 Jun 2012 00:12:26 +0400 Subject: [PATCH] Cosmetics --- src/monger/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monger/core.clj b/src/monger/core.clj index 2f03392..2bb32c6 100644 --- a/src/monger/core.clj +++ b/src/monger/core.clj @@ -296,7 +296,7 @@ Important note: when calling this method directly, it is undefined which connection \"getLastError\" is called on. You may need to explicitly use a \"consistent Request\", see requestStart() For most purposes it is better not to call this method directly but instead use WriteConcern." ([] - (.getLastError ^DB *mongodb-database*)) + (get-last-error *mongodb-database*)) ([^DB database] (.getLastError ^DB database)) ([^DB database ^Integer w ^Integer wtimeout ^Boolean fsync]