scale a log message down.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2565
This commit is contained in:
parent
d8c6b96e92
commit
38fb9ee6fc
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: sdlmain.cpp,v 1.111 2006-03-28 06:44:09 qbix79 Exp $ */
|
||||
/* $Id: sdlmain.cpp,v 1.112 2006-03-28 10:18:13 qbix79 Exp $ */
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
|
@ -698,7 +698,7 @@ void GFX_EndUpdate( const Bit16u *changedLines ) {
|
|||
if (SDL_MUSTLOCK(sdl.surface)) {
|
||||
if (sdl.blit.surface) {
|
||||
SDL_UnlockSurface(sdl.blit.surface);
|
||||
LOG_MSG("Bit %d",SDL_BlitSurface( sdl.blit.surface, 0, sdl.surface, &sdl.clip ));
|
||||
LOG(LOG_MISC,LOG_WARN)("Bit %d",SDL_BlitSurface( sdl.blit.surface, 0, sdl.surface, &sdl.clip ));
|
||||
} else {
|
||||
SDL_UnlockSurface(sdl.surface);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue