aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libimcv/imv/imv_workitem.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libimcv/imv/imv_workitem.c b/src/libimcv/imv/imv_workitem.c
index dbff3a340..2141f73e6 100644
--- a/src/libimcv/imv/imv_workitem.c
+++ b/src/libimcv/imv/imv_workitem.c
@@ -106,6 +106,9 @@ METHOD(imv_workitem_t, set_imv_id, void,
private_imv_workitem_t *this, TNC_IMVID imv_id)
{
this->imv_id = imv_id;
+
+ DBG2(DBG_IMV, "IMV %d handles %N workitem %d", imv_id,
+ imv_workitem_type_names, this->type, this->id);
}
METHOD(imv_workitem_t, get_imv_id, TNC_IMVID,