diff options
Diffstat (limited to 'lib/dbdict.c')
-rw-r--r-- | lib/dbdict.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dbdict.c b/lib/dbdict.c index 1052a13..009adeb 100644 --- a/lib/dbdict.c +++ b/lib/dbdict.c @@ -469,8 +469,7 @@ int cDbDict::parseField(const char* line) } else { - tell(2, "Info: Ignoring field '%s' due to filter configiuration", - f->getName()); + tell(2, "Info: Ignoring field '%s' due to filter configiuration", f->getName()); delete f; } |