summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)