diff --git a/plugins/input/shape/shape_datasource.cpp b/plugins/input/shape/shape_datasource.cpp index 1f541cc49..f6a12c3f0 100644 --- a/plugins/input/shape/shape_datasource.cpp +++ b/plugins/input/shape/shape_datasource.cpp @@ -219,7 +219,7 @@ void shape_datasource::init(shape_io& shape) const #ifdef MAPNIK_DEBUG std::clog << "Shape Plugin: extent=" << extent_ << std::endl; std::clog << "Shape Plugin: file_length=" << file_length_ << std::endl; - std::clog << "Shape Plugin: shape_type=" << shape_type << std::endl; + std::clog << "Shape Plugin: shape_type=" << shape_type_ << std::endl; #endif }