From 96a4597da2e2ab5ae327b22267e02760fb8d1389 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 7 Apr 2009 15:44:23 +0100 Subject: [PATCH] debug print of the version --- terminator | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminator b/terminator index c6fe9542..cd463bbe 100755 --- a/terminator +++ b/terminator @@ -121,6 +121,8 @@ does not make sense") if options.debug: terminatorlib.config.debug = True + dbg ("Terminator starting up, version %s" % APP_VERSION) + command = None if (options.command): command = options.command