system-controller: change logging to be less misleading.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Tue, 11 Nov 2014 09:29:22 +0000 (11:29 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:19 +0000 (18:37 +0200)
Change-Id: I17fc27b9bc145307488036fe3e798da46577e258

src/plugins/system-controller/user/user.c

index d4d6176..0d93018 100644 (file)
@@ -487,10 +487,9 @@ static bool launch_hs(user_manager_config_t *ctx)
     bundle_add(b, "HS_PARAM_DD", ctx->defaultapps_path);
     bundle_add(b, "HS_PARAM_FLG", ctx->flag_file_path);
 
-    mrp_log_info("launching new homescreen for %s, parameters: %s %s %s %s",
-            current_user->name, current_user->user_dir,
-            current_user->runningapp_path, ctx->defaultapps_path,
-            ctx->flag_file_path);
+    mrp_log_info("launching new homescreen, parameters: %s %s %s %s",
+            current_user->name, current_user->runningapp_path,
+            ctx->defaultapps_path, ctx->flag_file_path);
 
     ctx->current_hs_pid = aul_launch_app(current_user->homescreen, b);