debug print of the version should use APP_NAME too
This commit is contained in:
parent
96a4597da2
commit
caf00fa19e
|
@ -121,7 +121,7 @@ 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)
|
dbg ("%s starting up, version %s" % (APP_NAME, APP_VERSION))
|
||||||
|
|
||||||
command = None
|
command = None
|
||||||
if (options.command):
|
if (options.command):
|
||||||
|
|
Loading…
Reference in New Issue