Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-10-04 23:14:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:44:36 +0300
commit3c802db64e08cf380829c38328c4cef5dea3ccb0 (patch)
treee89d1933d2c728007b642516d30f695672456ad0 /indexer/feature_data.cpp
parent24846326eb32059b834ce2d8bae99f68485e149c (diff)
Full logging of FeatureBuilder1.
Diffstat (limited to 'indexer/feature_data.cpp')
-rw-r--r--indexer/feature_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_data.cpp b/indexer/feature_data.cpp
index dc8908e20b..12af305b66 100644
--- a/indexer/feature_data.cpp
+++ b/indexer/feature_data.cpp
@@ -204,5 +204,5 @@ string DebugPrint(FeatureParams const & p)
for (size_t i = 0; i < p.m_Types.size(); ++i)
out << p.m_Types[i] << "; ";
- return out.str();
+ return (p.DebugString() + out.str());
}