ekiga r7721 - trunk/lib/engine
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7721 - trunk/lib/engine
- Date: Fri, 6 Mar 2009 08:15:14 +0000 (UTC)
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]