summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2013-12-12 10:26:35 -0500
committermatt dannenberg <matt.dannenberg@10gen.com>2013-12-12 13:57:28 -0500
commit6923d227113a44bdec68e450a27a191284d465a1 (patch)
tree28ee091ac1e541a01a67d09293975e133a3fae07 /src
parent4450abfa43e7781e6f16ac9cc23206dbb6b2b673 (diff)
downloadmongo-6923d227113a44bdec68e450a27a191284d465a1.tar.gz
SERVER-1891 change maxsize to maxSize for addShard auditlogging
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/audit.cpp2
-rw-r--r--src/mongo/db/audit.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/audit.cpp b/src/mongo/db/audit.cpp
index 329c59710c6..226d76c331d 100644
--- a/src/mongo/db/audit.cpp
+++ b/src/mongo/db/audit.cpp
@@ -199,7 +199,7 @@ namespace audit {
void logAddShard(ClientBasic* client,
const StringData& name,
const std::string& servers,
- long long maxsize) MONGO_AUDIT_STUB
+ long long maxSize) MONGO_AUDIT_STUB
void logRemoveShard(ClientBasic* client,
const StringData& shardname) MONGO_AUDIT_STUB
diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h
index 4ed78ea06bf..2948c9a4b0e 100644
--- a/src/mongo/db/audit.h
+++ b/src/mongo/db/audit.h
@@ -333,7 +333,7 @@ namespace audit {
void logAddShard(ClientBasic* client,
const StringData& name,
const std::string& servers,
- long long maxsize);
+ long long maxSize);
/**
* Logs the result of a removeShard command.