Commit 2babd685 authored by Lionel Ulmer's avatar Lionel Ulmer Committed by Alexandre Julliard

replaced a DPRINTF by a TRACE

parent 83de83e9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment