add one final trace line after DDSI stack shuts down

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2018-08-05 13:10:27 +02:00 committed by eboasson
parent 0873f4a401
commit cf754b0141

View file

@ -1516,4 +1516,5 @@ OS_WARNING_MSVC_ON(6001);
ddsi_serstatepool_free (gv.serpool);
nn_xmsgpool_free (gv.xmsgpool);
(ddsi_plugin.fini_fn) ();
nn_log (LC_CONFIG, "Finis.\n");
}