From f0eae5dda3d9ebbe4a8548b5d4619d0a7d8aa99f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 27 Jun 2007 06:27:51 +0000 Subject: r15555@tres: ted | 2007-06-08 08:57:04 -0700 Adding in a debuging message and extending copyright. (bzr r3133) --- src/extension/implementation/script.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension/implementation/script.cpp') 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; -- cgit v1.2.3