Print informational message after protocol detection
This commit is contained in:
parent
f8e8d66baa
commit
678d001ec5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user