Skip to content

Commit

Permalink
downgrade optional sprite missing from warning to info
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomflavio authored and jwrober committed Mar 28, 2024
1 parent 266c8c2 commit 8824360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tileset/tilespec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,7 @@ static void assign_sprite(struct tileset *t, QPixmap *&field,
_("Could not find required sprite matching %s"),
qUtf8Printable(strvec_to_or_list(names_vec)));
} else {
tileset_error(t, LOG_WARN,
tileset_error(t, LOG_NORMAL,
_("Could not find optional sprite matching %s"),
qUtf8Printable(strvec_to_or_list(names_vec)));
}
Expand Down

0 comments on commit 8824360

Please sign in to comment.