replaced a DPRINTF by a TRACE

This commit is contained in:
Lionel Ulmer 2000-06-12 21:54:00 +00:00 committed by Alexandre Julliard
parent 83de83e9cf
commit 2babd685a4
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ DGA2_Create( LPDIRECTDRAW *lplpDD ) {
ERR("Could not find mode !\n");
mode_to_use = 1;
} else {
DPRINTF("Using mode number %d\n", mode_to_use);
TRACE("Using mode number %d\n", mode_to_use);
}
dgpriv->DGA.InstallColormap = TSXDGAInstallColormap;