summaryrefslogtreecommitdiff
path: root/xine_fbfe_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_fbfe_frontend.c')
-rw-r--r--xine_fbfe_frontend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_fbfe_frontend.c b/xine_fbfe_frontend.c
index 8157293b..dddbfbcc 100644
--- a/xine_fbfe_frontend.c
+++ b/xine_fbfe_frontend.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_fbfe_frontend.c,v 1.2 2006-06-04 11:00:04 phintuka Exp $
+ * $Id: xine_fbfe_frontend.c,v 1.3 2006-06-11 19:08:05 phintuka Exp $
*
*/
@@ -109,7 +109,7 @@ static void fbfe_update_display_size(frontend_t *this_gen)
VO_PROP_WINDOW_WIDTH);
this->height = this->video_port->get_property(this->video_port,
VO_PROP_WINDOW_HEIGHT);
- LOGMSG("Framebuffer size after initialization: %dx%d",
+ LOGDBG("Framebuffer size after initialization: %dx%d",
this->width, this->height);
}
}