debug print of the version should use APP_NAME too

This commit is contained in:
Chris Jones 2009-04-07 15:44:52 +01:00
parent 96a4597da2
commit caf00fa19e
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ does not make sense")
if options.debug:
terminatorlib.config.debug = True
dbg ("Terminator starting up, version %s" % APP_VERSION)
dbg ("%s starting up, version %s" % (APP_NAME, APP_VERSION))
command = None
if (options.command):