summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.c b/config.c
index 90a12684..e430f5aa 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c,v 1.109 2012-01-19 08:18:26 phintuka Exp $
+ * $Id: config.c,v 1.110 2012-01-30 10:41:56 phintuka Exp $
*
*/
@@ -795,12 +795,13 @@ bool config_t::ProcessArgs(int argc, char *argv[])
#endif
}
#ifndef HAVE_XRENDER
- LOGMSG("HUD OSD not supported\n");
+ else
+ LOGMSG("HUD OSD not supported\n");
#endif
break;
case 'O': ProcessArg("OpenglAlways", "1");
#ifndef HAVE_OPENGL
- LOGMSG("OpenGL HUD OSD not supported\n");
+ LOGMSG("OpenGL not supported\n");
#endif
break;
case 'w': //ProcessArg("Fullscreen", "0");