change 'error' to 'warning' in a printf

This commit is contained in:
Joseph Eagar 2021-08-27 01:57:13 -07:00
parent 019700583b
commit 8b02ab86f1
1 changed files with 1 additions and 1 deletions

View File

@ -2749,7 +2749,7 @@ static void pbvh_bmesh_collapse_edge(PBVH *pbvh,
if (e->l) {
BMLoop *l = e->l;
do {
printf("error in collapse_edge\n");
printf("warning in collapse_edge\n");
int ni = BM_ELEM_CD_GET_INT(l->f, pbvh->cd_face_node_offset);
BM_log_face_removed(pbvh->bm_log, l->f);