summaryrefslogtreecommitdiff
path: root/s/commands_public.cpp
diff options
context:
space:
mode:
Diffstat (limited to 's/commands_public.cpp')
-rw-r--r--s/commands_public.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/s/commands_public.cpp b/s/commands_public.cpp
index 821f90b8108..ad442408cf2 100644
--- a/s/commands_public.cpp
+++ b/s/commands_public.cpp
@@ -128,8 +128,8 @@ namespace mongo {
log() << "DROP DATABASE: " << dbName << endl;
if ( ! conf ){
- log(1) << " passing though drop database for: " << dbName << endl;
- return passthrough( conf , cmdObj , result );
+ result.append( "info" , "database didn't exist" );
+ return true;
}
if ( ! conf->dropDatabase( errmsg ) )