1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 11:56:38 +02:00

You dont see this

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2961 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-05-14 20:56:40 +00:00
parent 5993a65b87
commit a0ff4cfed5
-1
View File
@@ -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)