Ignore:
Timestamp:
09/06/07 17:28:49 (6 years ago)
Author:
thomas
Message:
  • src/moko-contacts.c: (moko_contacts_add_contact),

(on_ebook_contacts_changed), (on_ebook_contacts_removed):

  • src/moko-dialer-panel.c: (moko_dialer_panel_class_init):
  • src/moko-dialer.c: (on_keypad_pin_entry),

(on_talking_speaker_toggle), (on_network_registered),
(on_incoming_call), (on_incoming_clip), (on_pin_requested),
(on_call_progress_changed), (register_network_cb),
(moko_dialer_init):

  • src/moko-history.c: (history_add_entry),

(moko_history_load_entries):

  • src/moko-keypad.c: (on_tip_selected), (on_panel_user_hold):
  • src/moko-notify.c: (moko_notify_check_brightness), (play),

(play_timeout), (moko_notify_start_ringtone),
(moko_notify_stop_ringtone):

Use g_debug() rather than g_print()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer-panel.c

    r2663 r2934  
    5050  class->moko_dialer_panel_hold = NULL; 
    5151 
    52   g_print ("moko_dialer_panel:start signal register\n"); 
     52  g_debug ("moko_dialer_panel:start signal register"); 
    5353 
    5454  moko_dialer_panel_signals[CLICKED_SIGNAL] = 
     
    6161                  g_type_from_name ("gchar")); 
    6262 
    63   g_print ("moko_dialer_panel:signal register end,got the id :%d\n", 
     63  g_debug ("moko_dialer_panel:signal register end,got the id :%d", 
    6464           moko_dialer_panel_signals[CLICKED_SIGNAL]); 
    6565 
     
    7373                  g_type_from_name ("gchar")); 
    7474 
    75   g_print ("moko_dialer_panel:signal register end,got the id :%d\n", 
     75  g_debug ("moko_dialer_panel:signal register end,got the id :%d", 
    7676           moko_dialer_panel_signals[HOLD_SIGNAL]); 
    7777 
Note: See TracChangeset for help on using the changeset viewer.