MSGL_DBG2 -> MSGL_INFO

'cause we need to see this msg
pointed out by Kim Minh Kaplan


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7740 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2002-10-14 20:51:18 +00:00
parent 1b3453f29f
commit c42c0d8116
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ put_image(struct vf_instance_s* vf, mp_image_t* mpi){
/* Draw the rectangle */
mp_msg(MSGT_VFILTER,MSGL_DBG2, "rectangle: -vop crop=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
mp_msg(MSGT_VFILTER,MSGL_INFO, "rectangle: -vop crop=%d:%d:%d:%d \n", vf->priv->w, vf->priv->h, vf->priv->x, vf->priv->y);
if (vf->priv->x < 0)
x = 0;