too much \n in einal log macros
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 2 Oct 2009 04:40:46 +0000 (04:40 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 2 Oct 2009 04:40:46 +0000 (04:40 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@42854 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas.c
src/lib/ecore_evas/ecore_evas_quartz.c
src/lib/ecore_evas/ecore_evas_sdl.c

index 3b721a2..9722f29 100644 (file)
@@ -2441,7 +2441,7 @@ _ecore_evas_fps_debug_rendertime_add(double t)
      }
    else if ((tim - rlapse) >= 0.5)
      {
-        DBG("FRAME: %i, FPS: %3.1f, RTIME %3.0f%%\n",
+        DBG("FRAME: %i, FPS: %3.1f, RTIME %3.0f%%",
                frames,
                (frames - flapse) / (tim - rlapse),
                (100.0 * rtime) / (tim - rlapse)
index 74be6db..c3e7015 100644 (file)
@@ -447,7 +447,7 @@ ecore_evas_quartz_new(const char* name, int w, int h)
 
    return NULL;
 #else
-   ERR("OUTCH name='%s' size=%dx%d!\n", name ? name : "", w, h);
+   ERR("OUTCH name='%s' size=%dx%d!", name ? name : "", w, h);
    return NULL;
 #endif
 }
index b15e15b..d16fe91 100644 (file)
@@ -446,7 +446,7 @@ ecore_evas_sdl_new(const char* name, int w, int h, int fullscreen, int hwsurface
 EAPI Ecore_Evas*
 ecore_evas_sdl_new(const char* name __UNUSED__, int w __UNUSED__, int h __UNUSED__, int fullscreen __UNUSED__, int hwsurface __UNUSED__, int noframe __UNUSED__, int alpha __UNUSED__)
 {
-   ERR("OUTCH !\n");
+   ERR("OUTCH !");
    return NULL;
 }
 #endif
@@ -469,7 +469,7 @@ ecore_evas_sdl16_new(const char* name, int w, int h, int fullscreen, int hwsurfa
 EAPI Ecore_Evas*
 ecore_evas_sdl16_new(const char* name __UNUSED__, int w __UNUSED__, int h __UNUSED__, int fullscreen __UNUSED__, int hwsurface __UNUSED__, int noframe __UNUSED__, int alpha __UNUSED__)
 {
-   ERR("OUTCH !\n");
+   ERR("OUTCH !");
    return NULL;
 }
 #endif