bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=a77269212194a9593d8be7c3dee4d873e192cead
commit a77269212194a9593d8be7c3dee4d873e192cead Author: Marcel Hollerbach <[email protected]> Date: Thu Apr 3 09:54:35 2014 +0200 entrance: output fix ! --- src/bin/entrance_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/entrance_gui.c b/src/bin/entrance_gui.c index 4b2d215..17f61fa 100755 --- a/src/bin/entrance_gui.c +++ b/src/bin/entrance_gui.c @@ -613,7 +613,7 @@ entrance_gui_user_bg_set(const char *path, const char *group) Entrance_Screen *screen; Evas_Object *o; - PT("User Background - %s %s", path, group); + PT("User Background - %s %s\n", path, group); EINA_LIST_FOREACH(_gui->screens, l, screen) { if (path || group) --
