diff --git a/stcgal/frontend.py b/stcgal/frontend.py index 6c0c054..9ac3d7a 100644 --- a/stcgal/frontend.py +++ b/stcgal/frontend.py @@ -128,6 +128,7 @@ class StcGal: raise StcProtocolException("cannot detect protocol") base_protocol = self.protocol self.opts.protocol = self.protocol.protocol_name + print("Protocol detected: %s" % self.opts.protocol) # recreate self.protocol with proper protocol class self.__init__(self.opts) else: