The following commit has been merged in the master branch:
commit 6da4097099d8c9a4899b0dd94727010588b26301
Author: Andrei Zavada <[email protected]>
Date:   Sat Dec 15 19:26:23 2012 +0200

    a bit less printf reporting

diff --git a/src/main.cc b/src/main.cc
index 54d5854..a226e75 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -78,10 +78,9 @@ main( int argc, char **argv)
                                              "fafa", 1,
                                              NULL);
        if ( unique_app_is_running( aghui::__unique_app__) ) {
-               printf( "There is unique app\n");
+               printf( "There is unique app, switching to it now\n");
                unique_app_send_message( aghui::__unique_app__, 
UNIQUE_ACTIVATE, NULL);
        } else {
-               printf( "Unique app not there\n");
                g_signal_connect( aghui::__unique_app__, "message-received",
                                  (GCallback)message_received_cb,
                                  NULL);
diff --git a/src/ui/mw/mw-settings_cb.cc b/src/ui/mw/mw-settings_cb.cc
index e6ec5a0..91d6d42 100644
--- a/src/ui/mw/mw-settings_cb.cc
+++ b/src/ui/mw/mw-settings_cb.cc
@@ -63,7 +63,6 @@ tDesign_switch_page_cb( GtkNotebook*, gpointer, guint 
page_num, gpointer userdat
                        (ED.ED->num_threads == 0)
                        ? agh::global::num_procs
                        : ED.ED->num_threads);
-               printf( "SMP enabled with %d thread(s)\n", 
omp_get_max_threads());
 #endif
              // scan as necessary
                if ( ED.pagesize_item_saved                     != 
ED.pagesize_item ||

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to