Downgrade surface format message from warning to debug
[supertux.git] / src / video / sdl_surface_ptr.hpp
index c58d873..ac1c126 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2009 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ public:
     m_surface(surface)
   {}
 
-  ~SDLSurfacePtr() 
+  ~SDLSurfacePtr()
   {
     SDL_FreeSurface(m_surface);
   }