tbf: Log error path in setup() failing to assign control TS

Change-Id: I047209dfe139e37a80878318cca75cb50905536e
diff --git a/src/tbf.cpp b/src/tbf.cpp
index fddede6..adfda95 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -751,6 +751,7 @@
 	rc = tbf_assign_control_ts(this);
 	/* if no resource */
 	if (rc < 0) {
+		LOGPTBF(this, LOGL_ERROR, "Failed to assign control TS\n");
 		return -1;
 	}