mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
station_profile.create: print timestamp in milliseconds when removing ports when debug is on
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -528,6 +528,7 @@ class StationProfile:
|
||||
continue
|
||||
|
||||
if debug:
|
||||
print('Timestamp: %s' % time.time() * 1000)
|
||||
print("- 3264 - ## %s ## add_sta_r.jsonPost - - - - - - - - - - - - - - - - - - " % eidn)
|
||||
add_sta_r.jsonPost(debug=self.debug)
|
||||
finished_sta.append(eidn)
|
||||
|
||||
Reference in New Issue
Block a user