[Splashy-devel] [PATCH] fix wrong function name in log output

Rolf Eike Beer eb at emlix.com
Fri Jun 17 11:46:07 UTC 2011


>From d5e3c1373779e49d2695998d99dde7ce5004fc58 Mon Sep 17 00:00:00 2001
From: Rolf Eike Beer <eb at emlix.com>
Date: Fri, 17 Jun 2011 13:41:20 +0200
Subject: [PATCH] fix wrong function name in log output

---
 src/splashy_functions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Please keep me CC'ed, I'm not on the list.

diff --git a/src/splashy_functions.c b/src/splashy_functions.c
index c7baf07..cdcc9b0 100644
--- a/src/splashy_functions.c
+++ b/src/splashy_functions.c
@@ -1265,7 +1265,7 @@ _splashy_child (const gchar * seq)
 
         if ((ret = splashy_start_splash ()) < 0)
         {
-                ERROR_PRINT ("Couldn't splashy_start_splashy(). Error %d\n",
+                ERROR_PRINT ("Couldn't splashy_start_splash(). Error %d\n",
                              ret);
                 return 1;
         }
-- 
1.7.3.4


-- 
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Bertha-von-Suttner-Str. 9, 37085 Göttingen, Germany
Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160
Geschäftsführung: Dr. Uwe Kracke, Ust-IdNr.: DE 205 198 055

emlix - your embedded linux partner



More information about the Splashy-devel mailing list