summaryrefslogtreecommitdiff
path: root/navit/gui/qml/bookmarksProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/gui/qml/bookmarksProxy.h')
-rw-r--r--navit/gui/qml/bookmarksProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/gui/qml/bookmarksProxy.h b/navit/gui/qml/bookmarksProxy.h
index 96ed32e8a..03cbcbc88 100644
--- a/navit/gui/qml/bookmarksProxy.h
+++ b/navit/gui/qml/bookmarksProxy.h
@@ -144,7 +144,7 @@ public slots:
if (!item_attr_get(item, attr_label, &attr)) continue;
label=QString::fromLocal8Bit(attr.u.str);
- dbg(lvl_error,"Bookmark is %s\n",bookmark.toStdString().c_str());
+ dbg(lvl_debug,"Bookmark is %s\n",bookmark.toStdString().c_str());
if (label.compare(bookmark)) continue;
item_coord_get(item, &c, 1);
if (this->object->currentPoint!=NULL) {