summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-05-14 20:56:40 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-05-14 20:56:40 +0000
commita0ff4cfed5184c9d025b31b4cc76a0e89cd4b862 (patch)
tree411bc9756568295dd029e63e59be0d89cdc7bf51
parent5993a65b87ecf794158dca1ac2602c1755c2a27e (diff)
You dont see this
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2961 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/core/db_plain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/db_plain.cpp b/src/core/db_plain.cpp
index dc9733023..51678322d 100644
--- a/src/core/db_plain.cpp
+++ b/src/core/db_plain.cpp
@@ -578,7 +578,6 @@ class DBPlain : public Module
delete [] newname;
return;
}
- Alog() << "it.. doesnt exist?";
Alog(LOG_DEBUG) << "db_plain: Attemping to rename " << DatabaseFile << " to " << newname;
if (rename(DatabaseFile.c_str(), newname) != 0)