From 741870eae3bd5d98a445cd6a421251bd9585d69b Mon Sep 17 00:00:00 2001 From: gouldtj Date: Wed, 27 Jun 2007 06:27:51 +0000 Subject: [PATCH] r15555@tres: ted | 2007-06-08 08:57:04 -0700 Adding in a debuging message and extending copyright. --- src/extension/implementation/script.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 85b2addcb..f8cdfd9f2 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -6,7 +6,7 @@ * Bryce Harrington * Ted Gould * - * Copyright (C) 2002-2005 Authors + * Copyright (C) 2002-2005,2007 Authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -996,7 +996,7 @@ execute (const std::list &in_command, file_listener &fileout) { g_return_val_if_fail(in_command.size() > 0, 0); - // printf("Executing: %s\n", in_command); + // printf("Executing\n"); std::vector argv; -- 2.30.2