From 678d001ec5a42a955ff88a1527bc1c86e8d1d9dc Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Thu, 12 May 2016 01:04:34 +0200 Subject: [PATCH] Print informational message after protocol detection --- stcgal/frontend.py | 1 + 1 file changed, 1 insertion(+) 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: