diff options
Diffstat (limited to 'src/configfile.cc')
-rw-r--r-- | src/configfile.cc | 2 |
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"); } } |