summaryrefslogtreecommitdiff
path: root/navit/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/osd.c')
-rw-r--r--navit/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/osd.c b/navit/osd.c
index 436fcdd9..c02b3fbd 100644
--- a/navit/osd.c
+++ b/navit/osd.c
@@ -70,7 +70,7 @@ osd_new(struct attr *parent, struct attr **attrs)
g_free(o);
o=NULL;
}
- dbg(0,"new osd %p\n",o);
+ dbg(3,"new osd %p\n",o);
return o;
}