Add my copyright to files I've modified.
[synfig.git] / synfig-studio / trunk / src / gtkmm / ipc.cpp
index d8032d1..e6587b9 100644 (file)
@@ -2,10 +2,11 @@
 /*!    \file ipc.cpp
 **     \brief Template File
 **
-**     $Id: ipc.cpp,v 1.6 2005/01/16 19:55:57 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -329,7 +330,7 @@ IPC::make_connection()
                ret=SmartFILE(fdopen(fd,"w"));
 
 #ifdef _DEBUG
-       synfig::info("uplink fd=%d",fd);
+       // synfig::info("uplink fd=%d",fd);
 #endif
 
        return ret;