aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2018-08-09 15:02:59 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-08-20 16:53:20 +0300
commit8e315e2fc863d4636667c34feee56815a3b46c93 (patch)
tree01feb60f7f3342aed3cf73f29d90799f1c8b974e /example
parent048f089a6b5fec94c09d9c3ba60105fe89b43c90 (diff)
example: tm: add some message on exit
on clean exit it's good to add some message to see that app was not terminated in the middle. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
Diffstat (limited to 'example')
-rw-r--r--example/traffic_mgmt/odp_traffic_mgmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/traffic_mgmt/odp_traffic_mgmt.c b/example/traffic_mgmt/odp_traffic_mgmt.c
index 6a60993da..dbc659589 100644
--- a/example/traffic_mgmt/odp_traffic_mgmt.c
+++ b/example/traffic_mgmt/odp_traffic_mgmt.c
@@ -867,5 +867,6 @@ int main(int argc, char *argv[])
return -1;
}
+ printf("Quit\n");
return 0;
}