1e91262
1b915af
Description: Log an error message when skincures can't initialize the screen
1b915af
Author: Tobias Grimm <etobi@debian.org>
1b915af
1e91262
--- a/PLUGINS/src/skincurses/skincurses.c.orig	2019-06-17 18:31:59.351079418 +0200
1e91262
+++ b/PLUGINS/src/skincurses/skincurses.c	2019-06-17 18:35:21.586034302 +0200
1b915af
@@ -11,6 +11,7 @@
1b915af
 #include <vdr/plugin.h>
1b915af
 #include <vdr/skins.h>
1b915af
 #include <vdr/videodir.h>
1b915af
+#include <vdr/tools.h>
1b915af
 
1e91262
 static const char *VERSION        = "2.4.1";
1b915af
 static const char *DESCRIPTION    = trNOOP("A text only skin");
1e91262
@@ -841,6 +842,7 @@
1e91262
      ScOsdHeight = maxy - begy + 1;
1b915af
      return true;
1b915af
      }
1b915af
+  esyslog("skincurses: unable to initialize curses screen");
1b915af
   return false;
1b915af
 }
1b915af