Fix small issue 80/70880/1
authorSean Smith <ssmith@iol.unh.edu>
Mon, 24 Aug 2020 19:37:23 +0000 (15:37 -0400)
committerSean Smith <ssmith@iol.unh.edu>
Mon, 24 Aug 2020 19:37:23 +0000 (15:37 -0400)
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: Iddd8e06d00a8956610936b280e1538380defac30

src/resource_inventory/models.py

index fd2ef9d..fb3c33e 100644 (file)
@@ -205,7 +205,7 @@ class ResourceBundle(models.Model):
             try:
                 pn.release()
             except Exception as e:
-                print("Exception occurred while trying to release resource ", pn.valid_id)
+                print("Exception occurred while trying to release resource ", pn.vlan_id)
                 print(e)
                 traceback.print_exc()