Skip to content
Snippets Groups Projects
Commit 033faae7 authored by Antonia Beteva's avatar Antonia Beteva
Browse files

Change wrong method name

parent eb5c8073
Branches bug_fix
No related tags found
1 merge request!38Change wrong method name
......@@ -1054,7 +1054,7 @@ class MetadataManagerClass(tango.DeviceClass):
except:
import traceback
dev.warn_stream("Failed to initialize dynamic attributes")
dev.debug("Details: " + traceback.format_exc())
dev.debug_stream("Details: " + traceback.format_exc())
#----- PROTECTED REGION ID(MetadataManager.dyn_attr) ENABLED START -----#
#----- PROTECTED REGION END -----# // MetadataManager.dyn_attr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment