diff --git a/src/contrib/config-store.cc b/src/contrib/config-store.cc index 367f28c8d..55f9d7070 100644 --- a/src/contrib/config-store.cc +++ b/src/contrib/config-store.cc @@ -54,7 +54,7 @@ ConfigStore::LoadFrom (std::string filename) while (is.good()) { is >> path >> value; - NS_LOG_DEBUG (path << "=" << value); + NS_LOG_DEBUG (path << " " << value); Config::Set (path, StringValue (value)); } }