Browse Source

Correct printed string.

Joe Clarke 2 years ago
parent
commit
f5a32ba75c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup-meraki-nets.py

+ 1 - 1
setup-meraki-nets.py

@@ -212,7 +212,7 @@ def main():
                     if "tags" in dev:
                         dparams["tags"] = dev["tags"]
                     dev_obj.update_device(name=dev_name, move_map_marker=True, **dparams)
-                    print("{}update: updated {} name and location{}".format(Fore.YELLOW, inv_dev[0]["serial"], Style.RESET_ALL))
+                    print("{}update: updated {} parameters{}".format(Fore.YELLOW, inv_dev[0]["serial"], Style.RESET_ALL))
 
                 else:
                     print("{}Error finding {} in inventory!{}".format(Fore.RED, serial, Style.RESET_ALL))