From 0382484658c116c7ed9ba5e949f05552b2b2f76b Mon Sep 17 00:00:00 2001
From: johns <>
Date: Thu, 8 Feb 2001 00:12:37 +0000
Subject: [PATCH] Lower debug priority for sync handler.

---
 src/video/sdl.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/video/sdl.cpp b/src/video/sdl.cpp
index 5af64050f..ec8aad2bd 100644
--- a/src/video/sdl.cpp
+++ b/src/video/sdl.cpp
@@ -67,7 +67,7 @@
 */
 local Uint32 VideoSyncHandler(Uint32 unused)
 {
-    DebugLevel2("Interrupt %d - %d\n"
+    DebugLevel3("Interrupt %d - %d\n"
 	    ,VideoInterrupts,(100*1000/FRAMES_PER_SECOND)/VideoSyncSpeed);
 
     ++VideoInterrupts;