diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-03-29 11:41:19 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-03-31 17:35:47 +0200 |
commit | 1a8361a1f6a1bf442d474cf5baf2e9a09f511777 (patch) | |
tree | 25c0b95e207cd11b74869398988a59f7a6b0e8d5 | |
parent | cc292a3ee15253d09cb5cb0a24ea143a4423be13 (diff) |
fixed ConfigFile's destructor impl
-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"); } } |