summaryrefslogtreecommitdiff
path: root/src/configfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/configfile.cc')
-rw-r--r--src/configfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configfile.cc b/src/configfile.cc
index 7fe095a..24f9deb 100644
--- a/src/configfile.cc
+++ b/src/configfile.cc
@@ -113,7 +113,7 @@ ConfigFile::~ConfigFile()
{
if (fp != nullptr)
{
- DEBUG(configfile, "File has not been closed by the client...\n";
+ DEBUG(configfile, "File has not been closed by the client...\n");
}
}