summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientinterface.h
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2012-11-01 12:33:17 -0400
committerDwight <dwight@10gen.com>2012-11-01 12:33:17 -0400
commita2b519b7cc258b92fc967753057d89406797705d (patch)
treecf1fd999b52b0c928475756238b2d6d3b6405987 /src/mongo/client/dbclientinterface.h
parent31d8300e6d9251756c52f8c43da19f9dd3f0496c (diff)
downloadmongo-a2b519b7cc258b92fc967753057d89406797705d.tar.gz
clarification int he comments for the driver and tweak error message
Diffstat (limited to 'src/mongo/client/dbclientinterface.h')
-rw-r--r--src/mongo/client/dbclientinterface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/client/dbclientinterface.h b/src/mongo/client/dbclientinterface.h
index dbbac79b966..8e01436df64 100644
--- a/src/mongo/client/dbclientinterface.h
+++ b/src/mongo/client/dbclientinterface.h
@@ -174,6 +174,9 @@ namespace mongo {
* server:port
* foo/server:port,server:port SET
* server,server,server SYNC
+ * Warning - you usually don't want "SYNC", it's used
+ * for some special things such as sharding config servers.
+ * See syncclusterconnection.h for more info.
*
* tyipcal use
* string errmsg,