debug print of the version
This commit is contained in:
parent
c4409fb03d
commit
96a4597da2
|
@ -121,6 +121,8 @@ does not make sense")
|
||||||
if options.debug:
|
if options.debug:
|
||||||
terminatorlib.config.debug = True
|
terminatorlib.config.debug = True
|
||||||
|
|
||||||
|
dbg ("Terminator starting up, version %s" % APP_VERSION)
|
||||||
|
|
||||||
command = None
|
command = None
|
||||||
if (options.command):
|
if (options.command):
|
||||||
command = options.command
|
command = options.command
|
||||||
|
|
Loading…
Reference in New Issue