ekiga r7721 - trunk/lib/engine



Author: jpuydt
Date: Fri Mar  6 08:15:14 2009
New Revision: 7721
URL: http://svn.gnome.org/viewvc/ekiga?rev=7721&view=rev

Log:
Disabled ServiceCore dump after startup

Modified:
   trunk/lib/engine/engine.cpp

Modified: trunk/lib/engine/engine.cpp
==============================================================================
--- trunk/lib/engine/engine.cpp	(original)
+++ trunk/lib/engine/engine.cpp	Fri Mar  6 08:15:14 2009
@@ -120,9 +120,9 @@
 #include "resource-list-main.h"
 #endif
 
-#define DEBUG_STARTUP 1
+#define DEBUG_STARTUP 0
 
-#ifdef DEBUG_STARTUP
+#if DEBUG_STARTUP
 #include <iostream>
 #endif
 
@@ -299,7 +299,7 @@
   // std::vector<sigc::connection> connections;
   //connections.push_back (conn);
 
-#ifdef DEBUG_STARTUP
+#if DEBUG_STARTUP
   std::cout << "Here is what ekiga is made of for this run :" << std::endl;
   service_core->dump (std::cout);
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]