diff --git a/generator/camera_node_processor.cpp b/generator/camera_node_processor.cpp index 8853c7cf39..5be4650c0f 100644 --- a/generator/camera_node_processor.cpp +++ b/generator/camera_node_processor.cpp @@ -124,7 +124,7 @@ void CameraNodeProcessor::Process(OsmElement & p, FeatureParams const & params, int32_t maxSpeedKmPH = 0; if (!strings::to_int(maxSpeedStringKmPH.c_str(), maxSpeedKmPH)) - LOG(LWARNING, ("Bad speed format:", maxSpeedStringKmPH)); + LOG(LWARNING, ("Bad speed format of camera:", maxSpeedStringKmPH, ", osmId:", p.id)); CHECK_GREATER_OR_EQUAL(maxSpeedKmPH, 0, ());