seoz pushed a commit to branch master.

commit c7e4a626d244c76d3e0db84630c85bfb67c3ff80
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Aug 1 20:03:19 2013 +0900

    elm_win.c: more friendly output.
---
 src/lib/elm_win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index dae1607..30eec2f 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -234,7 +234,7 @@ _elm_win_first_frame_do(void *data EINA_UNUSED, Evas *e 
EINA_UNUSED, void *event
       case 'A': abort();
       case 'E':
       case 'D': exit(-1);
-      case 'T': fprintf(stderr, "Startup time: '%f' - '%f' = '%f'\n", end, 
_elm_startup_time, end - _elm_startup_time);
+      case 'T': fprintf(stderr, "Startup time: '%f' - '%f' = '%f' sec\n", end, 
_elm_startup_time, end - _elm_startup_time);
          break;
      }
 

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to