diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-18 11:43:58 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-18 11:43:58 +0900 |
commit | 30db8a6072e567b3d4e2c9f9b79b59eba42f8282 (patch) | |
tree | 930a74e4311830d1e307d2ec6d30dfc0675b4d69 /src/applist.cpp | |
parent | fa3929f4e9e4ebd0027d79ae449ee8de4074de38 (diff) |
Fix debug message
Change-Id: I4b71e4de48df269f3a5b08b07ad53768fe26960e
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/applist.cpp')
-rw-r--r-- | src/applist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applist.cpp b/src/applist.cpp index 19c2106..5ca82fe 100644 --- a/src/applist.cpp +++ b/src/applist.cpp @@ -502,7 +502,7 @@ void AppList::reqDump() DUMP("current request : %d", current_req); for (const auto &x : req_list) { - DUMP("requested with : %d", x.req_num); + DUMP("requested : %d", x.req_num); DUMP("Trigger : (APPID :%s, ROLE :%s, AREA :%s, TASK: %d)", x.trigger.appid.c_str(), x.trigger.role.c_str(), |