[Pommed-commits] r401 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Dec 1 16:34:44 UTC 2007


Author: jblache
Date: 2007-12-01 16:34:44 +0000 (Sat, 01 Dec 2007)
New Revision: 401

Modified:
   trunk/pommed/pommed.c
Log:
Change error message.


Modified: trunk/pommed/pommed.c
===================================================================
--- trunk/pommed/pommed.c	2007-12-01 13:01:30 UTC (rev 400)
+++ trunk/pommed/pommed.c	2007-12-01 16:34:44 UTC (rev 401)
@@ -733,7 +733,7 @@
   ret = mops->lcd_backlight_probe();
   if (ret < 0)
     {
-      logmsg(LOG_ERR, "No LCD backlight found");
+      logmsg(LOG_ERR, "LCD backlight probe failed, check debug output");
 
       exit(1);
     }




More information about the Pommed-commits mailing list