Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 3756935

Browse files
committed
add trace on restarted attributes
1 parent 0e53474 commit 3756935

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PyTangoArchiving/hdbpp/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ def restart_attributes(self,attributes=None):
788788

789789
for a in sorted(attributes):
790790
self.restart_attribute(a)
791+
792+
print('%d attributes restarted' % len(attributes))
791793

792794
def check_attributes(self,attrs = '', load = False, t0 = 0):
793795

0 commit comments

Comments
 (0)