Skip to content

Commit

Permalink
omit extra dict load error
Browse files Browse the repository at this point in the history
  • Loading branch information
amutu committed Jan 24, 2025
1 parent cc87b59 commit dd292fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zhparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ static void init(){
sharepath, (char*)lfirst(l));
/* ignore error*/
if( scws_add_dict(scws,dict_path,load_dict_mode) != 0 ){
ereport(NOTICE,
ereport(LOG,
(errcode(ERRCODE_INTERNAL_ERROR),
errmsg("zhparser add dict : \"%s\" failed!",dict_path
errmsg("zhparser add dict : \"%s\" failed for extra dict! omit",dict_path
)));
}
}
Expand Down

0 comments on commit dd292fd

Please sign in to comment.