r2595 - in trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src

njp at sita.openmoko.org njp at sita.openmoko.org
Wed Aug 1 13:20:40 CEST 2007


Author: njp
Date: 2007-08-01 13:20:39 +0200 (Wed, 01 Aug 2007)
New Revision: 2595

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
Log:
More debugging statements

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-08-01 10:53:41 UTC (rev 2594)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog	2007-08-01 11:20:39 UTC (rev 2595)
@@ -1,3 +1,8 @@
+2007-08-01  Neil J. Patel  <njp at o-hand.com>
+	
+	* src/moko-dialer.c: (register_network_cb):
+	Added some more debug statements.
+
 2007-07-31  Neil J. Patel  <njp at o-hand.com>
 
 	* src/moko-dialer.c: (on_call_progress_changed):

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c	2007-08-01 10:53:41 UTC (rev 2594)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c	2007-08-01 11:20:39 UTC (rev 2595)
@@ -450,6 +450,7 @@
   {
     /* We have yet to request registration, so lets do it */
     /* FIXME: do the pin stuff */
+    g_debug ("Requesting registration");
     moko_gsmd_connection_network_register (priv->connection);
   }
   else 
@@ -458,9 +459,15 @@
      * gsmd
      */
     if (priv->registered)
+    {
+      g_debug ("Netwok Registered");
       return FALSE;
+    }
     else
+    {
+      g_debug ("Requesting registration");
       moko_gsmd_connection_network_register (priv->connection);
+    }
   }
   
   return TRUE;





More information about the commitlog mailing list