summaryrefslogtreecommitdiffstats
path: root/task_manager/server/src/tskm_svc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'task_manager/server/src/tskm_svc.cpp')
-rw-r--r--task_manager/server/src/tskm_svc.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/task_manager/server/src/tskm_svc.cpp b/task_manager/server/src/tskm_svc.cpp
index a7dda206..2f9abc1e 100644
--- a/task_manager/server/src/tskm_svc.cpp
+++ b/task_manager/server/src/tskm_svc.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -109,10 +109,6 @@ TSKM_STATIC TSKM_ERR_t wakeupRequest(TSKM_SVC_CTX_t* p_svc,
int ret;
bzero(&ev, sizeof(ev));
- TSKM_PRINTF(TSKM_LOG_SVCSTATE, "WAKEUPREQ %s to %s(%d)",
- tskm_convLocalStep2Str(p_req->localStep), p_svc->attr->name,
- p_svc->pid);
-
ev.event = TSKM_EV_PRI_REQ_WAKEUP;
ev.errCode = TSKM_E_OK;
ev.prm.reqWakeup.svcId = p_svc->attr->svcId;
@@ -915,10 +911,6 @@ TSKM_ERR_t tskm_svcDownRequest(TSKM_SVC_CTX_t* p_svc,
return TSKM_E_OK;
}
- TSKM_PRINTF(TSKM_LOG_SVCSTATE, "DOWNREQ %s to %s(%d)",
- tskm_convLocalStep2Str(p_req->localStep), p_svc->attr->name,
- p_svc->pid);
-
ev.event = TSKM_EV_PRI_REQ_DOWN;
ev.errCode = TSKM_E_OK;
ev.prm.reqDown.localStep = p_req->localStep;