From caf00fa19ee21ee5f13ee26bb114d1c1203d319f Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 7 Apr 2009 15:44:52 +0100 Subject: [PATCH] debug print of the version should use APP_NAME too --- terminator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminator b/terminator index cd463bbe..1b16f8ee 100755 --- a/terminator +++ b/terminator @@ -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):