Skip to content

Commit

Permalink
review comments fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-khadeerahmed committed Oct 23, 2024
1 parent 9be6cda commit f2725e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/provision_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ def perform_wireless_reprovision(self):
API and handles it accordingly
"""
device_id = self.get_device_id()
self.log(device_id)
self.log("Retrieved device ID: {0}".format(device_id), "DEBUG")
already_provisioned_site = self.get_device_site_by_uuid(device_id)

if already_provisioned_site != self.site_name:
Expand Down

0 comments on commit f2725e9

Please sign in to comment.