Code

r15555@tres: ted | 2007-06-08 08:57:04 -0700
authorgouldtj <gouldtj@users.sourceforge.net>
Wed, 27 Jun 2007 06:27:51 +0000 (06:27 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Wed, 27 Jun 2007 06:27:51 +0000 (06:27 +0000)
 Adding in a debuging message and extending copyright.

src/extension/implementation/script.cpp

index 85b2addcb3e879dea714ee09b0279a3d62305c48..f8cdfd9f2c17e063774a10300a931b0f4ed8f031 100644 (file)
@@ -6,7 +6,7 @@
  *   Bryce Harrington <bryce@osdl.org>
  *   Ted Gould <ted@gould.cx>
  *
- * 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<std::string> &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 <std::string> argv;