tweak log output

This commit is contained in:
Mathieu Lacage
2008-05-14 15:47:35 -07:00
parent ccb704ffc7
commit 4b7bfc9b77

View File

@@ -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));
}
}