aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-user-daemon.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-02-13 17:20:08 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-02-13 17:20:08 +0100
commitdfd67ab68a438f1a692e91832c3698b023c74167 (patch)
treed9b3900813f9dc1badce278d5022454cea5d2024 /src/afm-user-daemon.c
parentb61b97c4280c8cd5a34c69a35c954f9580462c45 (diff)
afm-launch: begins integration of modes
Change-Id: I51b3659ca86c04f7276b4beb0e0863fa0e1d700d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afm-user-daemon.c')
-rw-r--r--src/afm-user-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afm-user-daemon.c b/src/afm-user-daemon.c
index 09ec0b5..81115d7 100644
--- a/src/afm-user-daemon.c
+++ b/src/afm-user-daemon.c
@@ -140,7 +140,7 @@ static void on_start(struct jreq *jreq, struct json_object *obj)
}
/* get the application */
- INFO("method start called for %s mode=%s", appid, mode);
+ INFO("method start called for %s mode=%s", appid, name_of_launch_mode(mode));
appli = afm_db_get_application(afdb, appid);
if (appli == NULL) {
jbus_reply_error_s(jreq, error_not_found);