summaryrefslogtreecommitdiff
path: root/navit/navit_shipped.xml
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-07-08 19:15:00 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-07-08 19:15:00 +0000
commit8756ff848c26b2b31b7fbd5409e25b37759f8430 (patch)
tree3d2196fa9188097deb0371a35a329a752ccda2f8 /navit/navit_shipped.xml
parentada92d713a9ed78771089815b28993bc3601f5d7 (diff)
downloadnavit-svn-8756ff848c26b2b31b7fbd5409e25b37759f8430.tar.gz
Fix:core:Make command line option -d override the global debug level in navit.xml.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5186 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r--navit/navit_shipped.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 08e3cac9..2d1c7844 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -14,7 +14,7 @@
<plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libgraphics_null.so" active="no"/>
</plugins>
- <!-- The global debug level (like using command line option "-d"). -->
+ <!-- The global debug level (like using command line option "-d"). Ignored if option -d is used. -->
<debug name="global" level="0"/>
<!-- Example of setting the debug level for a single function. -->
<debug name="navit:do_draw" level="0"/>