message made similar to other vidix drivers' (and only print if -v)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11464 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-11-15 10:49:38 +00:00
parent 409e6aee29
commit 234c095a98
1 changed files with 1 additions and 1 deletions

View File

@ -1238,7 +1238,7 @@ int vixProbe(int verbose,int force)
if (is_g400 == -1)
{
printf("[mga] No supported cards found\n");
if (verbose) printf("[mga] Can't find chip\n");
return(ENXIO);
}