[maemo-commits] [maemo-commits] r12992 - in projects/haf/trunk/maemo-launcher: . launcher

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Aug 2 01:25:46 EEST 2007
Author: guillem
Date: 2007-08-02 01:25:45 +0300 (Thu, 02 Aug 2007)
New Revision: 12992

Modified:
   projects/haf/trunk/maemo-launcher/ChangeLog
   projects/haf/trunk/maemo-launcher/launcher/summoner.c
Log:
	* launcher/summoner.c (summon_process) [DEBUG]: Move contents to ...
	[!DEBUG]: ... here. Replace print_env_args with print_prog_env_argv.


Modified: projects/haf/trunk/maemo-launcher/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-launcher/ChangeLog	2007-08-01 22:23:38 UTC (rev 12991)
+++ projects/haf/trunk/maemo-launcher/ChangeLog	2007-08-01 22:25:45 UTC (rev 12992)
@@ -1,5 +1,10 @@
 2007-08-02  Guillem Jover  <guillem.jover at nokia.com>
 
+	* launcher/summoner.c (summon_process) [DEBUG]: Move contents to ...
+	[!DEBUG]: ... here. Replace print_env_args with print_prog_env_argv.
+
+2007-08-02  Guillem Jover  <guillem.jover at nokia.com>
+
 	* launcher/search.c: New file.
 	* launcher/search.h: Likewise.
 	* launcher/prog.c (set_progname): Add a fourth argument specifying

Modified: projects/haf/trunk/maemo-launcher/launcher/summoner.c
===================================================================
--- projects/haf/trunk/maemo-launcher/launcher/summoner.c	2007-08-01 22:23:38 UTC (rev 12991)
+++ projects/haf/trunk/maemo-launcher/launcher/summoner.c	2007-08-01 22:25:45 UTC (rev 12992)
@@ -38,11 +38,9 @@
 {
   load_main(prog);
 
-#ifdef DEBUG
-  print_env_args(prog);
+  print_prog_env_argv(prog);
 
   debug("summoning process: '%s'\n", prog->filename);
-#endif
 
   _exit(prog->entry(prog->argc, prog->argv));
 }


More information about the maemo-commits mailing list