[osmpbf] 02/11: osmpbf-outline.cpp: fixed incorrect text in debug-output

Bas Couwenberg sebastic at xs4all.nl
Sun Mar 16 10:08:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to tag v1.3.2
in repository osmpbf.

commit 5fda268b7cd879baca02fcbb0f2af844ece40022
Author: keine-ahnung <keine.ahnung.ka at googlemail.com>
Date:   Mon Feb 24 01:52:27 2014 +0100

    osmpbf-outline.cpp: fixed incorrect text in debug-output
---
 tools/osmpbf-outline.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/osmpbf-outline.cpp b/tools/osmpbf-outline.cpp
index 18d5ff9..547c833 100644
--- a/tools/osmpbf-outline.cpp
+++ b/tools/osmpbf-outline.cpp
@@ -293,7 +293,7 @@ int main(int argc, char *argv[]) {
 
             // tell about the optional features
             for(int i = 0, l = headerblock.optional_features_size(); i < l; i++)
-                debug("    required_feature: %s", headerblock.optional_features(i).c_str());
+                debug("    optional_feature: %s", headerblock.optional_features(i).c_str());
 
             // tell about the writing program
             if(headerblock.has_writingprogram());

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmpbf.git



More information about the Pkg-grass-devel mailing list