aboutsummaryrefslogtreecommitdiff
path: root/src/stardict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stardict.c')
-rw-r--r--src/stardict.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stardict.c b/src/stardict.c
index b7f09ab..00659e4 100644
--- a/src/stardict.c
+++ b/src/stardict.c
@@ -244,8 +244,7 @@ load_ifo (StardictInfo *sti, const gchar *path, GError **error)
if (i == _stardict_ifo_keys_length)
{
- g_set_error (error, STARDICT_ERROR, STARDICT_ERROR_INVALID_DATA,
- "%s: %s: %s", path, _("unknown key, ignoring"), ir.key);
+ g_info ("%s: %s: %s", path, _("unknown key, ignoring"), ir.key);
continue;
}