Print worker thread name as a c-string, not a vector. Otherwise, the
authorDave Barach <[email protected]>
Wed, 27 Jan 2016 15:27:33 +0000 (10:27 -0500)
committerDave Barach <[email protected]>
Wed, 27 Jan 2016 15:27:43 +0000 (10:27 -0500)
commitaa67d61f01ee5e1ae6968f4fe84f9efc0fb694be
tree82603143458bae6c118b0e04232745d4e78f9b10
parenta67c41848724879ff89f2ece2d92f24d3b89d960
Print worker thread name as a c-string, not a vector. Otherwise, the
output is certain to contain a NULL byte.

Change-Id: Id80e1334d7a2cb6788f1db33cde142f84826db36
Signed-off-by: Dave Barach <[email protected]>
vlib/vlib/node_cli.c