Add noroc

Change-Id: I3e7e1c07fbbd3009e07a07627b7f32fab1888053
diff --git a/person_detection/roc.py b/person_detection/roc.py
index a9477f1..7488af9 100644
--- a/person_detection/roc.py
+++ b/person_detection/roc.py
@@ -28,6 +28,7 @@
     return mbr
 
 def set_mbr(key, device_group, mbr):
+    print("Set {} mbr to {}".format(device_group, mbr))
     m = {'uplink' : mbr}
     url = URL + "vcs/vcs/vcs-{}/slice/mbr".format(device_group)
     response = requests.post(url, headers=headers(key), json=m)