cedric pushed a commit to branch master.

commit 6860c79cc75be7fa3168fd06d1e40e88daf1b3e1
Author: Cedric Bail <[email protected]>
Date:   Sat Mar 16 21:00:00 2013 +0900

    server: report execution at EINA_LOG_LEVEL_INFO.
---
 src/bin/server.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/server.cc b/src/bin/server.cc
index 2341f00..c39a3c5 100644
--- a/src/bin/server.cc
+++ b/src/bin/server.cc
@@ -106,7 +106,7 @@ spawn_and_run(struct Server_Command *command)
      }
 
    splitted_argv = split_argv(command->argc, command->argv);
-   DBG("Executing '%s' with %i argument in directory '%s'.", command->script, 
command->argc, command->current_dir);
+   INF("Executing '%s' with %i argument in directory '%s'.", command->script, 
command->argc, command->current_dir);
    execute_elev8_script(command->script, command->argc, splitted_argv);
 
 end:

-- 

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d

Reply via email to