summaryrefslogtreecommitdiff
path: root/navit/linguistics.c
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-11-22 22:36:24 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2014-11-22 22:36:24 +0000
commitcb575bf823793db3620c77a3c7bf12a7d3856ed3 (patch)
tree0118c6ec64520748c7daefd46e57c226343621d2 /navit/linguistics.c
parent72471adee798a3a1d8414f0d4f77be816fb4dad6 (diff)
downloadnavit-cb575bf823793db3620c77a3c7bf12a7d3856ed3.tar.gz
Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it looks like an error message.|#1269, part 5
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/linguistics.c')
-rw-r--r--navit/linguistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/linguistics.c b/navit/linguistics.c
index 4314b5345..549f90e17 100644
--- a/navit/linguistics.c
+++ b/navit/linguistics.c
@@ -423,7 +423,7 @@ linguistics_expand_special(const char *str, int mode)
out=new_ret+(out-ret);
ret=new_ret;
}
- dbg(lvl_warning,"found %s %s %d %s %d\n",in,spc[0],len,replace,replace_len);
+ dbg(lvl_debug,"found %s %s %d %s %d\n",in,spc[0],len,replace,replace_len);
strcpy(out, replace);
out+=replace_len;
match=1;