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; }