Skip to content

Commit

Permalink
fix(animimage): modify log level
Browse files Browse the repository at this point in the history
  • Loading branch information
yinntian committed May 10, 2024
1 parent 7a679f8 commit 228bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/animimage/lv_animimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static void index_change(lv_obj_t * obj, int32_t index)
lv_animimg_t * animimg = (lv_animimg_t *)obj;

if(animimg->dsc == NULL) {
LV_LOG_ERROR("dsc is null");
LV_LOG_WARN("dsc is null");
return;
}

Expand Down

0 comments on commit 228bb1d

Please sign in to comment.